Html Css Color HEX #361E04 Cocoa Brown

📋 copy color: '#361E04'

red 54 ◦ green 30 ◦ blue 4

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

Shades of Cocoa Brown #361E04

Tints of Cocoa Brown #361E04

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 value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#361E04 (or 0x361E04) is known color: 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

RGB 54 30 4 -
CMYK 0 0.44 0.93 0.79
HSL 31.2º 0.86% 0.11% -
HSV(B) 31.2º 0.93% 0.21% -
XYZ 2.01 1.72 0.34 -
YUV 34.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 54 30 4 0 0.44 0.93 0.79 31.2 0.86 0.11
Hex 36 1E 4 0 2C 5D 4F 1F 56 B
Octal 66 36 4 0 54 135 117 37 126 13
Binary 110110 11110 100 0 101100 1011101 1001111 11111 1010110 1011

Color Harmonies of #361E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E04

Black with #361E04

Text Example


Text Example

White with #361E04

Text Example


Text Example

HTML Codes & Css Web 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>