#36350E

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

Shades of Karaka #36350E

Tints of Karaka #36350E

Color information

#36350E (or 0x36350E) is unknown color: approx Karaka. HEX triplet: 36, 35 and 0E. RGB value is (54,53,14). Sum of RGB (Red+Green+Blue) = 54+53+14=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #36350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36350E is #C9CAF1. Grayscale: #313131. Windows color (decimal): -13224690 or 931126. OLE color: 931126.

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

Color convert

RGB545314-
CMYK00.020.740.79
HSL58.5º58.82%13.33%-
HSV(B)58.5º74.07%21.18%-
XYZ2.873.360.91-
YUV48.85108.33131.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.63%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=44.63%
G=43.80%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54531400.020.740.7958.558.8213.33
Hex3635E024A4F3a3bd
Octal66651602112117727315
Binary1101101101011110010100101010011111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36350E; }

 p { color: rgb(54,53,14); }

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

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

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

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

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

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

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