#31251A

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

Shades of Cocoa Brown #31251A

Tints of Cocoa Brown #31251A

Color information

#31251A (or 0x31251A) is unknown color: approx Cocoa Brown. HEX triplet: 31, 25 and 1A. RGB value is (49,37,26). Sum of RGB (Red+Green+Blue) = 49+37+26=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31251A is #CEDAE5. Grayscale: #272727. Windows color (decimal): -13556454 or 1713457. OLE color: 1713457.

HSL color Cylindrical-coordinate representation of color #31251A: hue angle of 28.7º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31251A is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB493726-
CMYK00.240.470.81
HSL28.7º30.67%14.71%-
HSV(B)28.7º46.94%19.22%-
XYZ2.112.051.26-
YUV39.33120.48134.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=43.75%
G=33.04%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49372600.240.470.8128.730.6714.71
Hex31251A0182F511d1ff
Octal61453203057121353717
Binary11000110010111010011000101111101000111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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