#31251D

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

Shades of Cocoa Brown #31251D

Tints of Cocoa Brown #31251D

Color information

#31251D (or 0x31251D) is unknown color: approx Cocoa Brown. HEX triplet: 31, 25 and 1D. RGB value is (49,37,29). Sum of RGB (Red+Green+Blue) = 49+37+29=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31251D is #CEDAE2. Grayscale: #272727. Windows color (decimal): -13556451 or 1910065. OLE color: 1910065.

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

Color convert

RGB493729-
CMYK00.240.410.81
HSL24º25.64%15.29%-
HSV(B)24º40.82%19.22%-
XYZ2.152.061.45-
YUV39.68121.98134.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=42.61%
G=32.17%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49372900.240.410.812425.6415.29
Hex31251D0182951181af
Octal61453503051121303217
Binary11000110010111101011000101001101000111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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