#311D0A

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

Shades of Cocoa Brown #311D0A

Tints of Cocoa Brown #311D0A

Color information

#311D0A (or 0x311D0A) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1D and 0A. RGB value is (49,29,10). Sum of RGB (Red+Green+Blue) = 49+29+10=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D0A is #CEE2F5. Grayscale: #202020. Windows color (decimal): -13558518 or 662833. OLE color: 662833.

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

Color convert

RGB492910-
CMYK00.410.800.81
HSL29.23º66.1%11.57%-
HSV(B)29.23º79.59%19.22%-
XYZ1.761.550.49-
YUV32.81115.13139.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=55.68%
G=32.95%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49291000.410.800.8129.2366.111.57
Hex311DA02950511d42c
Octal6135120511201213510214
Binary1100011110110100101001101000010100011110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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