#36360E

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

Shades of Karaka #36360E

Tints of Karaka #36360E

Color information

#36360E (or 0x36360E) is unknown color: approx Karaka. HEX triplet: 36, 36 and 0E. RGB value is (54,54,14). Sum of RGB (Red+Green+Blue) = 54+54+14=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 54 - color contains mainly: red, green. Hex color #36360E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36360E is #C9C9F1. Grayscale: #313131. Windows color (decimal): -13224434 or 931382. OLE color: 931382.

HSL color Cylindrical-coordinate representation of color #36360E: hue angle of 60º 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 #36360E is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB545414-
CMYK000.740.79
HSL60º58.82%13.33%-
HSV(B)60º74.07%21.18%-
XYZ2.923.450.93-
YUV49.44108131.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 54 (21.48% from 255) = 44.26%
BLUE value IS 14 (5.86% from 255) = 11.48%
R=44.26%
G=44.26%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal545414000.740.796058.8213.33
Hex3636E004A4F3c3bd
Octal66661600112117747315
Binary110110110110111000100101010011111111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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