#371E00

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

Shades of Cocoa Brown #371E00

Tints of Cocoa Brown #371E00

Color information

#371E00 (or 0x371E00) is unknown color: approx Cocoa Brown. HEX triplet: 37, 1E and 00. RGB value is (55,30,0). Sum of RGB (Red+Green+Blue) = 55+30+0=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #371E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E00 is #C8E1FF. Grayscale: #222222. Windows color (decimal): -13165056 or 7735. OLE color: 7735.

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

Color convert

RGB55300-
CMYK00.4510.78
HSL32.73º100%10.78%-
HSV(B)32.73º100%21.57%-
XYZ2.041.740.23-
YUV34.06108.78142.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 64.71%
GREEN value IS 30 (12.11% from 255) = 35.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.71%
G=35.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5530000.4510.7832.7310010.78
Hex371E002D644E2164b
Octal673600551441164114413
Binary11011111110001011011100100100111010000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #371E00;
 }
 .AnyTagClassName
 {
   color: #371E00;
 }
</style>
background-color css

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

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

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

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

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

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