Html Css Color HEX #371D00 Cocoa Brown

📋 copy color: '#371D00'

red 55 ◦ green 29 ◦ blue 0

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

Shades of Cocoa Brown #371D00

Tints of Cocoa Brown #371D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.48%
G = 34.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#371D00 (or 0x371D00) is known color: Cocoa Brown. HEX triplet: 37, 1D and 00. RGB value is (55,29,0). Sum of RGB (Red+Green+Blue) = 55+29+0=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #371D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D00 is #C8E2FF. Grayscale: #212121. Windows color (decimal): -13165312 or 7479. OLE color: 7479.

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

Color convert

RGB 55 29 0 -
CMYK 0 0.47 1 0.78
HSL 31.64º 1% 0.11% -
HSV(B) 31.64º 1% 0.22% -
XYZ 2.01 1.69 0.22 -
YUV 33.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 55 29 0 0 0.47 1 0.78 31.64 1 0.11
Hex 37 1D 0 0 2F 64 4E 20 64 B
Octal 67 35 0 0 57 144 116 40 144 13
Binary 110111 11101 0 0 101111 1100100 1001110 100000 1100100 1011

Color Harmonies of #371D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D00

Black with #371D00

Text Example


Text Example

White with #371D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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