Html Css Color HEX #371C00 Cocoa Brown

📋 copy color: '#371C00'

red 55 ◦ green 28 ◦ blue 0

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

Shades of Cocoa Brown #371C00

Tints of Cocoa Brown #371C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 33.73%

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

R = 66.27%
G = 33.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#371C00 (or 0x371C00) is known color: Cocoa Brown. HEX triplet: 37, 1C and 00. RGB value is (55,28,0). Sum of RGB (Red+Green+Blue) = 55+28+0=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #371C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C00 is #C8E3FF. Grayscale: #212121. Windows color (decimal): -13165568 or 7223. OLE color: 7223.

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

Color convert

RGB 55 28 0 -
CMYK 0 0.49 1 0.78
HSL 30.55º 1% 0.11% -
HSV(B) 30.55º 1% 0.22% -
XYZ 1.99 1.64 0.21 -
YUV 32.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 55 28 0 0 0.49 1 0.78 30.55 1 0.11
Hex 37 1C 0 0 31 64 4E 1F 64 B
Octal 67 34 0 0 61 144 116 37 144 13
Binary 110111 11100 0 0 110001 1100100 1001110 11111 1100100 1011

Color Harmonies of #371C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C00

Black with #371C00

Text Example


Text Example

White with #371C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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