#311A0A

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

Shades of Cocoa Brown #311A0A

Tints of Cocoa Brown #311A0A

Color information

#311A0A (or 0x311A0A) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1A and 0A. RGB value is (49,26,10). Sum of RGB (Red+Green+Blue) = 49+26+10=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #311A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A0A is #CEE5F5. Grayscale: #1F1F1F. Windows color (decimal): -13559286 or 662065. OLE color: 662065.

HSL color Cylindrical-coordinate representation of color #311A0A: hue angle of 24.62º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311A0A is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB492610-
CMYK00.470.800.81
HSL24.62º66.1%11.57%-
HSV(B)24.62º79.59%19.22%-
XYZ1.691.410.47-
YUV31.05116.12140.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 26 (10.55% from 255) = 30.59%
BLUE value IS 10 (4.30% from 255) = 11.76%
R=57.65%
G=30.59%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49261000.470.800.8124.6266.111.57
Hex311AA02F50511942c
Octal6132120571201213110214
Binary1100011101010100101111101000010100011100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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