#311A06

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

Shades of Cocoa Brown #311A06

Tints of Cocoa Brown #311A06

Color information

#311A06 (or 0x311A06) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1A and 06. RGB value is (49,26,6). Sum of RGB (Red+Green+Blue) = 49+26+6=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #311A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A06 is #CEE5F9. Grayscale: #1E1E1E. Windows color (decimal): -13559290 or 399921. OLE color: 399921.

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

Color convert

RGB49266-
CMYK00.470.880.81
HSL27.91º78.18%10.78%-
HSV(B)27.91º87.76%19.22%-
XYZ1.671.40.36-
YUV30.6114.12141.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 60.49%
GREEN value IS 26 (10.55% from 255) = 32.10%
BLUE value IS 6 (2.73% from 255) = 7.41%
R=60.49%
G=32.10%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4926600.470.880.8127.9178.1810.78
Hex311A602F58511c4eb
Octal613260571301213411613
Binary110001110101100101111101100010100011110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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