#362414

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

Shades of Cocoa Brown #362414

Tints of Cocoa Brown #362414

Color information

#362414 (or 0x362414) is unknown color: approx Cocoa Brown. HEX triplet: 36, 24 and 14. RGB value is (54,36,20). Sum of RGB (Red+Green+Blue) = 54+36+20=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #362414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362414 is #C9DBEB. Grayscale: #272727. Windows color (decimal): -13229036 or 1319990. OLE color: 1319990.

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

Color convert

RGB543620-
CMYK00.330.630.79
HSL28.24º45.95%14.51%-
HSV(B)28.24º62.96%21.18%-
XYZ2.282.10.95-
YUV39.56116.96138.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=49.09%
G=32.73%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54362000.330.630.7928.2445.9514.51
Hex3624140213F4F1c2ef
Octal66442404177117345617
Binary1101101001001010001000011111111001111111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362414; }

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

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

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

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

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

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

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

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