#311F05

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

Shades of Cocoa Brown #311F05

Tints of Cocoa Brown #311F05

Color information

#311F05 (or 0x311F05) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1F and 05. RGB value is (49,31,5). Sum of RGB (Red+Green+Blue) = 49+31+5=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #311F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F05 is #CEE0FA. Grayscale: #212121. Windows color (decimal): -13558011 or 335665. OLE color: 335665.

HSL color Cylindrical-coordinate representation of color #311F05: hue angle of 35.45º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #311F05 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB49315-
CMYK00.370.900.81
HSL35.45º81.48%10.59%-
HSV(B)35.45º89.8%19.22%-
XYZ1.781.640.37-
YUV33.42111.96139.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 31 (12.5% from 255) = 36.47%
BLUE value IS 5 (2.34% from 255) = 5.88%
R=57.65%
G=36.47%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4931500.370.900.8135.4581.4810.59
Hex311F50255A512351b
Octal613750451321214312113
Binary1100011111110101001011011010101000110001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311F05; }

 p { color: rgb(49,31,5); }

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

<style>
 a { background-color: #311F05; }

 a { background-color: rgb(49,31,5); }

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

<style>
 span { border-color: #311F05; }

 span { border-color: rgb(49,31,5); }

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