#361C08

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

Shades of Cocoa Brown #361C08

Tints of Cocoa Brown #361C08

Color information

#361C08 (or 0x361C08) is unknown color: approx Cocoa Brown. HEX triplet: 36, 1C and 08. RGB value is (54,28,8). Sum of RGB (Red+Green+Blue) = 54+28+8=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #361C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C08 is #C9E3F7. Grayscale: #212121. Windows color (decimal): -13231096 or 531510. OLE color: 531510.

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

Color convert

RGB54288-
CMYK00.480.850.79
HSL26.09º74.19%12.16%-
HSV(B)26.09º85.19%21.18%-
XYZ1.981.630.44-
YUV33.49113.61142.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 8 (3.52% from 255) = 8.89%
R=60%
G=31.11%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5428800.480.850.7926.0974.1912.16
Hex361C8030554F1a4ac
Octal6634100601251173211214
Binary1101101110010000110000101010110011111101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361C08; }

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

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

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

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

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

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

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

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