Html Css Color HEX #362004 Cocoa Brown

📋 copy color: '#362004'

red 54 ◦ green 32 ◦ blue 4

#362004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #362004

Tints of Cocoa Brown #362004

RGB

 RED value IS 54 (21.48% from 255) = 60%

 GREEN value IS 32 (12.89% from 255) = 35.56%

 BLUE value IS 4 (1.95% from 255) = 4.44%

R = 60%
G = 35.56%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#362004 (or 0x362004) is known color: Cocoa Brown. HEX triplet: 36, 20 and 04. RGB value is (54,32,4). Sum of RGB (Red+Green+Blue) = 54+32+4=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #362004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362004 is #C9DFFB. Grayscale: #232323. Windows color (decimal): -13230076 or 270390. OLE color: 270390.

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

Color convert

RGB 54 32 4 -
CMYK 0 0.41 0.93 0.79
HSL 33.6º 0.86% 0.11% -
HSV(B) 33.6º 0.93% 0.21% -
XYZ 2.06 1.83 0.36 -
YUV 35.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 54 32 4 0 0.41 0.93 0.79 33.6 0.86 0.11
Hex 36 20 4 0 29 5D 4F 22 56 B
Octal 66 40 4 0 51 135 117 42 126 13
Binary 110110 100000 100 0 101001 1011101 1001111 100010 1010110 1011

Color Harmonies of #362004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362004

Black with #362004

Text Example


Text Example

White with #362004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362004; }

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

 H1.HeaderClassName
 {
   color: #362004;
 }
 .AnyTagClassName
 {
   color: #362004;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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