#361E04

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

Shades of Cocoa Brown #361E04

Tints of Cocoa Brown #361E04

Color information

#361E04 (or 0x361E04) is unknown color: approx Cocoa Brown. HEX triplet: 36, 1E and 04. RGB value is (54,30,4). Sum of RGB (Red+Green+Blue) = 54+30+4=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #361E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E04 is #C9E1FB. Grayscale: #222222. Windows color (decimal): -13230588 or 269878. OLE color: 269878.

HSL color Cylindrical-coordinate representation of color #361E04: hue angle of 31.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #361E04 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.79.

Color convert

RGB54304-
CMYK00.440.930.79
HSL31.2º86.21%11.37%-
HSV(B)31.2º92.59%21.18%-
XYZ2.011.720.34-
YUV34.21110.95142.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 61.36%
GREEN value IS 30 (12.11% from 255) = 34.09%
BLUE value IS 4 (1.95% from 255) = 4.55%
R=61.36%
G=34.09%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5430400.440.930.7931.286.2111.37
Hex361E402C5D4F1f56b
Octal663640541351173712613
Binary110110111101000101100101110110011111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,30,4); }

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

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

 a { background-color: rgb(54,30,4); }

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

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

 span { border-color: rgb(54,30,4); }

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