Html Css Color HEX #371D01 Cocoa Brown

📋 copy color: '#371D01'

red 55 ◦ green 29 ◦ blue 1

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

Shades of Cocoa Brown #371D01

Tints of Cocoa Brown #371D01

RGB

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

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

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

R = 64.71%
G = 34.12%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#371D01 (or 0x371D01) is known color: Cocoa Brown. HEX triplet: 37, 1D and 01. RGB value is (55,29,1). Sum of RGB (Red+Green+Blue) = 55+29+1=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #371D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D01 is #C8E2FE. Grayscale: #212121. Windows color (decimal): -13165311 or 73015. OLE color: 73015.

HSL color Cylindrical-coordinate representation of color #371D01: hue angle of 31.11º 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 #371D01 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 29 1 -
CMYK 0 0.47 0.98 0.78
HSL 31.11º 0.96% 0.11% -
HSV(B) 31.11º 0.98% 0.22% -
XYZ 2.02 1.69 0.25 -
YUV 33.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 55 29 1 0 0.47 0.98 0.78 31.11 0.96 0.11
Hex 37 1D 1 0 2F 62 4E 1F 60 B
Octal 67 35 1 0 57 142 116 37 140 13
Binary 110111 11101 1 0 101111 1100010 1001110 11111 1100000 1011

Color Harmonies of #371D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D01

Black with #371D01

Text Example


Text Example

White with #371D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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