#311D10

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

Shades of Cocoa Brown #311D10

Tints of Cocoa Brown #311D10

Color information

#311D10 (or 0x311D10) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1D and 10. RGB value is (49,29,16). Sum of RGB (Red+Green+Blue) = 49+29+16=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D10 is #CEE2EF. Grayscale: #212121. Windows color (decimal): -13558512 or 1056049. OLE color: 1056049.

HSL color Cylindrical-coordinate representation of color #311D10: hue angle of 23.64º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311D10 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB492916-
CMYK00.410.670.81
HSL23.64º50.77%12.75%-
HSV(B)23.64º67.35%19.22%-
XYZ1.81.570.7-
YUV33.5118.13139.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=52.13%
G=30.85%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49291600.410.670.8123.6450.7712.75
Hex311D1002943511833d
Octal613520051103121306315
Binary1100011110110000010100110000111010001110001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,29,16); }

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

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

 a { background-color: rgb(49,29,16); }

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

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

 span { border-color: rgb(49,29,16); }

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