#362114

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

Shades of Cocoa Brown #362114

Tints of Cocoa Brown #362114

Color information

#362114 (or 0x362114) is unknown color: approx Cocoa Brown. HEX triplet: 36, 21 and 14. RGB value is (54,33,20). Sum of RGB (Red+Green+Blue) = 54+33+20=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #362114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362114 is #C9DEEB. Grayscale: #252525. Windows color (decimal): -13229804 or 1319222. OLE color: 1319222.

HSL color Cylindrical-coordinate representation of color #362114: hue angle of 22.94º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362114 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB543320-
CMYK00.390.630.79
HSL22.94º45.95%14.51%-
HSV(B)22.94º62.96%21.18%-
XYZ2.191.920.92-
YUV37.8117.96139.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.47%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=50.47%
G=30.84%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54332000.390.630.7922.9445.9514.51
Hex3621140273F4F172ef
Octal66412404777117275617
Binary1101101000011010001001111111111001111101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362114; }

 p { color: rgb(54,33,20); }

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

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

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

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

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

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

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