#311A08

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

Shades of Cocoa Brown #311A08

Tints of Cocoa Brown #311A08

Color information

#311A08 (or 0x311A08) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1A and 08. RGB value is (49,26,8). Sum of RGB (Red+Green+Blue) = 49+26+8=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #311A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A08 is #CEE5F7. Grayscale: #1E1E1E. Windows color (decimal): -13559288 or 530993. OLE color: 530993.

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

Color convert

RGB49268-
CMYK00.470.840.81
HSL26.34º71.93%11.18%-
HSV(B)26.34º83.67%19.22%-
XYZ1.681.410.41-
YUV30.82115.12140.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 8 (3.52% from 255) = 9.64%
R=59.04%
G=31.33%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4926800.470.840.8126.3471.9311.18
Hex311A802F54511a48b
Octal6132100571241213211013
Binary1100011101010000101111101010010100011101010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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