#36360C

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

Shades of Karaka #36360C

Tints of Karaka #36360C

Color information

#36360C (or 0x36360C) is unknown color: approx Karaka. HEX triplet: 36, 36 and 0C. RGB value is (54,54,12). Sum of RGB (Red+Green+Blue) = 54+54+12=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 54 - color contains mainly: red, green. Hex color #36360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36360C is #C9C9F3. Grayscale: #313131. Windows color (decimal): -13224436 or 800310. OLE color: 800310.

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

Color convert

RGB545412-
CMYK000.780.79
HSL60º63.64%12.94%-
HSV(B)60º77.78%21.18%-
XYZ2.913.450.86-
YUV49.21107131.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45%
GREEN value IS 54 (21.48% from 255) = 45%
BLUE value IS 12 (5.08% from 255) = 10%
R=45%
G=45%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal545412000.780.796063.6412.94
Hex3636C004E4F3c40d
Octal666614001161177410015
Binary1101101101101100001001110100111111110010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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