#353508

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

Shades of Karaka #353508

Tints of Karaka #353508

Color information

#353508 (or 0x353508) is unknown color: approx Karaka. HEX triplet: 35, 35 and 08. RGB value is (53,53,8). Sum of RGB (Red+Green+Blue) = 53+53+8=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353508 is #CACAF7. Grayscale: #303030. Windows color (decimal): -13290232 or 537909. OLE color: 537909.

HSL color Cylindrical-coordinate representation of color #353508: hue angle of 60º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #353508 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB53538-
CMYK000.850.79
HSL60º73.77%11.96%-
HSV(B)60º84.91%20.78%-
XYZ2.793.320.72-
YUV47.87105.5131.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 53 (21.09% from 255) = 46.49%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=46.49%
G=46.49%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53538000.850.796073.7711.96
Hex3535800554F3c4ac
Octal656510001251177411214
Binary1101011101011000001010101100111111110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353508; }

 p { color: rgb(53,53,8); }

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

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

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

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

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

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

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