#371B01

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

Shades of Cocoa Brown #371B01

Tints of Cocoa Brown #371B01

Color information

#371B01 (or 0x371B01) is unknown color: approx Cocoa Brown. HEX triplet: 37, 1B and 01. RGB value is (55,27,1). Sum of RGB (Red+Green+Blue) = 55+27+1=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #371B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B01 is #C8E4FE. Grayscale: #202020. Windows color (decimal): -13165823 or 72503. OLE color: 72503.

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

Color convert

RGB55271-
CMYK00.510.980.78
HSL28.89º96.43%10.98%-
HSV(B)28.89º98.18%21.57%-
XYZ1.971.60.23-
YUV32.41110.28144.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 66.27%
GREEN value IS 27 (10.94% from 255) = 32.53%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=66.27%
G=32.53%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5527100.510.980.7828.8996.4310.98
Hex371B1033624E1d60b
Octal673310631421163514013
Binary1101111101110110011110001010011101110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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