Html Css Color HEX #371E01 Cocoa Brown

📋 copy color: '#371E01'

red 55 ◦ green 30 ◦ blue 1

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

Shades of Cocoa Brown #371E01

Tints of Cocoa Brown #371E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 34.88%

 BLUE value IS 1 (0.78% from 255) = 1.16%

R = 63.95%
G = 34.88%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#371E01 (or 0x371E01) is known color: Cocoa Brown. HEX triplet: 37, 1E and 01. RGB value is (55,30,1). Sum of RGB (Red+Green+Blue) = 55+30+1=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #371E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E01 is #C8E1FE. Grayscale: #222222. Windows color (decimal): -13165055 or 73271. OLE color: 73271.

HSL color Cylindrical-coordinate representation of color #371E01: hue angle of 32.22º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #371E01 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 30 1 -
CMYK 0 0.45 0.98 0.78
HSL 32.22º 0.96% 0.11% -
HSV(B) 32.22º 0.98% 0.22% -
XYZ 2.05 1.74 0.26 -
YUV 34.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 55 30 1 0 0.45 0.98 0.78 32.22 0.96 0.11
Hex 37 1E 1 0 2D 62 4E 20 60 B
Octal 67 36 1 0 55 142 116 40 140 13
Binary 110111 11110 1 0 101101 1100010 1001110 100000 1100000 1011

Color Harmonies of #371E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E01

Black with #371E01

Text Example


Text Example

White with #371E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,30,1); }

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

background-color css

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

 a { background-color: rgb(55,30,1); }

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

border-color css

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

 span { border-color: rgb(55,30,1); }

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