#371E05

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

Shades of Cocoa Brown #371E05

Tints of Cocoa Brown #371E05

Color information

#371E05 (or 0x371E05) is unknown color: approx Cocoa Brown. HEX triplet: 37, 1E and 05. RGB value is (55,30,5). Sum of RGB (Red+Green+Blue) = 55+30+5=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #371E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E05 is #C8E1FA. Grayscale: #222222. Windows color (decimal): -13165051 or 335415. OLE color: 335415.

HSL color Cylindrical-coordinate representation of color #371E05: hue angle of 30º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #371E05 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB55305-
CMYK00.450.910.78
HSL30º83.33%11.76%-
HSV(B)30º90.91%21.57%-
XYZ2.071.750.37-
YUV34.62111.28142.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.11%
GREEN value IS 30 (12.11% from 255) = 33.33%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=61.11%
G=33.33%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5530500.450.910.783083.3311.76
Hex371E502D5B4E1e53c
Octal673650551331163612314
Binary110111111101010101101101101110011101111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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