#371A01

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

Shades of Cocoa Brown #371A01

Tints of Cocoa Brown #371A01

Color information

#371A01 (or 0x371A01) is unknown color: approx Cocoa Brown. HEX triplet: 37, 1A and 01. RGB value is (55,26,1). Sum of RGB (Red+Green+Blue) = 55+26+1=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #371A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A01 is #C8E5FE. Grayscale: #1F1F1F. Windows color (decimal): -13166079 or 72247. OLE color: 72247.

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

Color convert

RGB55261-
CMYK00.530.980.78
HSL27.78º96.43%10.98%-
HSV(B)27.78º98.18%21.57%-
XYZ1.951.550.23-
YUV31.82110.61144.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.07%
GREEN value IS 26 (10.55% from 255) = 31.71%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=67.07%
G=31.71%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5526100.530.980.7827.7896.4310.98
Hex371A1035624E1c60b
Octal673210651421163414013
Binary1101111101010110101110001010011101110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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