#31271D

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

Shades of Cocoa Brown #31271D

Tints of Cocoa Brown #31271D

Color information

#31271D (or 0x31271D) is unknown color: approx Cocoa Brown. HEX triplet: 31, 27 and 1D. RGB value is (49,39,29). Sum of RGB (Red+Green+Blue) = 49+39+29=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #31271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31271D is #CED8E2. Grayscale: #282828. Windows color (decimal): -13555939 or 1910577. OLE color: 1910577.

HSL color Cylindrical-coordinate representation of color #31271D: hue angle of 30º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31271D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB493929-
CMYK00.200.410.81
HSL30º25.64%15.29%-
HSV(B)30º40.82%19.22%-
XYZ2.212.191.47-
YUV40.85121.31133.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 39 (15.62% from 255) = 33.33%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=41.88%
G=33.33%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49392900.200.410.813025.6415.29
Hex31271D01429511e1af
Octal61473502451121363217
Binary11000110011111101010100101001101000111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31271D; }

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

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

<style>
 a { background-color: #31271D; }

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

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

<style>
 span { border-color: #31271D; }

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

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