#362308

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

Shades of Cocoa Brown #362308

Tints of Cocoa Brown #362308

Color information

#362308 (or 0x362308) is unknown color: approx Cocoa Brown. HEX triplet: 36, 23 and 08. RGB value is (54,35,8). Sum of RGB (Red+Green+Blue) = 54+35+8=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #362308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362308 is #C9DCF7. Grayscale: #252525. Windows color (decimal): -13229304 or 533302. OLE color: 533302.

HSL color Cylindrical-coordinate representation of color #362308: hue angle of 35.22º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #362308 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB54358-
CMYK00.350.850.79
HSL35.22º74.19%12.16%-
HSV(B)35.22º85.19%21.18%-
XYZ2.1720.5-
YUV37.6111.29139.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.67%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=55.67%
G=36.08%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5435800.350.850.7935.2274.1912.16
Hex36238023554F234ac
Octal6643100431251174311214
Binary110110100011100001000111010101100111110001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362308; }

 p { color: rgb(54,35,8); }

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

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

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

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

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

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

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