#371B00

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

Shades of Cocoa Brown #371B00

Tints of Cocoa Brown #371B00

Color information

#371B00 (or 0x371B00) is unknown color: approx Cocoa Brown. HEX triplet: 37, 1B and 00. RGB value is (55,27,0). Sum of RGB (Red+Green+Blue) = 55+27+0=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #371B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B00 is #C8E4FF. Grayscale: #202020. Windows color (decimal): -13165824 or 6967. OLE color: 6967.

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

Color convert

RGB55270-
CMYK00.5110.78
HSL29.45º100%10.78%-
HSV(B)29.45º100%21.57%-
XYZ1.971.60.2-
YUV32.29109.78144.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.07%
GREEN value IS 27 (10.94% from 255) = 32.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.07%
G=32.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5527000.5110.7829.4510010.78
Hex371B0033644E1d64b
Octal673300631441163514413
Binary1101111101100110011110010010011101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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