#362408

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

Shades of Cocoa Brown #362408

Tints of Cocoa Brown #362408

Color information

#362408 (or 0x362408) is unknown color: approx Cocoa Brown. HEX triplet: 36, 24 and 08. RGB value is (54,36,8). Sum of RGB (Red+Green+Blue) = 54+36+8=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #362408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362408 is #C9DBF7. Grayscale: #262626. Windows color (decimal): -13229048 or 533558. OLE color: 533558.

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

Color convert

RGB54368-
CMYK00.330.850.79
HSL36.52º74.19%12.16%-
HSV(B)36.52º85.19%21.18%-
XYZ2.22.060.51-
YUV38.19110.96139.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.10%
GREEN value IS 36 (14.45% from 255) = 36.73%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=55.10%
G=36.73%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5436800.330.850.7936.5274.1912.16
Hex36248021554F254ac
Octal6644100411251174511214
Binary110110100100100001000011010101100111110010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362408; }

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

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

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

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

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

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

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

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