#311A05

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

Shades of Cocoa Brown #311A05

Tints of Cocoa Brown #311A05

Color information

#311A05 (or 0x311A05) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1A and 05. RGB value is (49,26,5). Sum of RGB (Red+Green+Blue) = 49+26+5=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #311A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A05 is #CEE5FA. Grayscale: #1E1E1E. Windows color (decimal): -13559291 or 334385. OLE color: 334385.

HSL color Cylindrical-coordinate representation of color #311A05: hue angle of 28.64º 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 #311A05 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB49265-
CMYK00.470.900.81
HSL28.64º81.48%10.59%-
HSV(B)28.64º89.8%19.22%-
XYZ1.661.40.33-
YUV30.48113.62141.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 26 (10.55% from 255) = 32.5%
BLUE value IS 5 (2.34% from 255) = 6.25%
R=61.25%
G=32.5%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4926500.470.900.8128.6481.4810.59
Hex311A502F5A511d51b
Octal613250571321213512113
Binary110001110101010101111101101010100011110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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