#371D00

Color #371D00 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #371D00

Tints of Cocoa Brown #371D00

Color information

#371D00 (or 0x371D00) is unknown color: approx 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

RGB55290-
CMYK00.4710.78
HSL31.64º100%10.78%-
HSV(B)31.64º100%21.57%-
XYZ2.011.690.22-
YUV33.47109.11143.36-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5529000.4710.7831.6410010.78
Hex371D002F644E2064b
Octal673500571441164014413
Binary11011111101001011111100100100111010000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>