#353305

Color #353305 Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #353305

Tints of Karaka #353305

Color information

#353305 (or 0x353305) is unknown color: approx Karaka. HEX triplet: 35, 33 and 05. RGB value is (53,51,5). Sum of RGB (Red+Green+Blue) = 53+51+5=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #353305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353305 is #CACCFA. Grayscale: #2E2E2E. Windows color (decimal): -13290747 or 340789. OLE color: 340789.

HSL color Cylindrical-coordinate representation of color #353305: hue angle of 57.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #353305 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB53515-
CMYK00.040.910.79
HSL57.5º82.76%11.37%-
HSV(B)57.5º90.57%20.78%-
XYZ2.683.140.61-
YUV46.35104.66132.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 48.62%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=48.62%
G=46.79%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5351500.040.910.7957.582.7611.37
Hex35335045B4F3a53b
Octal65635041331177212313
Binary11010111001110101001011011100111111101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353305; }

 p { color: rgb(53,51,5); }

 H1.HeaderClassName
 {
   color: #353305;
 }
 .AnyTagClassName
 {
   color: #353305;
 }
</style>
background-color css

<style>
 a { background-color: #353305; }

 a { background-color: rgb(53,51,5); }

 div.DivClassName
 {
   background-color: #353305;
 }
 .BgClassName
 {
   background-color: #353305;
 }
</style>
border-color css

<style>
 span { border-color: #353305; }

 span { border-color: rgb(53,51,5); }

 td.TdClassName
 {
   border-color: #353305;
 }
 .TagClassName
 {
   border-color: #353305;
 }
</style>