Html Css Color HEX #371D04 Cocoa Brown

📋 copy color: '#371D04'

red 55 ◦ green 29 ◦ blue 4

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

Shades of Cocoa Brown #371D04

Tints of Cocoa Brown #371D04

RGB

 RED value IS 55 (21.88% from 255) = 62.5%

 GREEN value IS 29 (11.72% from 255) = 32.95%

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

R = 62.5%
G = 32.95%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#371D04 (or 0x371D04) is known color: Cocoa Brown. HEX triplet: 37, 1D and 04. RGB value is (55,29,4). Sum of RGB (Red+Green+Blue) = 55+29+4=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #371D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D04 is #C8E2FB. Grayscale: #222222. Windows color (decimal): -13165308 or 269623. OLE color: 269623.

HSL color Cylindrical-coordinate representation of color #371D04: hue angle of 29.41º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #371D04 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 29 4 -
CMYK 0 0.47 0.93 0.78
HSL 29.41º 0.86% 0.12% -
HSV(B) 29.41º 0.93% 0.22% -
XYZ 2.04 1.7 0.34 -
YUV 33.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 55 29 4 0 0.47 0.93 0.78 29.41 0.86 0.12
Hex 37 1D 4 0 2F 5D 4E 1D 56 C
Octal 67 35 4 0 57 135 116 35 126 14
Binary 110111 11101 100 0 101111 1011101 1001110 11101 1010110 1100

Color Harmonies of #371D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D04

Black with #371D04

Text Example


Text Example

White with #371D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371D04; }

 p { color: rgb(55,29,4); }

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

background-color css

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

 a { background-color: rgb(55,29,4); }

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

border-color css

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

 span { border-color: rgb(55,29,4); }

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