#31231A

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

Shades of Cocoa Brown #31231A

Tints of Cocoa Brown #31231A

Color information

#31231A (or 0x31231A) is unknown color: approx Cocoa Brown. HEX triplet: 31, 23 and 1A. RGB value is (49,35,26). Sum of RGB (Red+Green+Blue) = 49+35+26=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #31231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31231A is #CEDCE5. Grayscale: #262626. Windows color (decimal): -13556966 or 1712945. OLE color: 1712945.

HSL color Cylindrical-coordinate representation of color #31231A: hue angle of 23.48º 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 #31231A is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB493526-
CMYK00.290.470.81
HSL23.48º30.67%14.71%-
HSV(B)23.48º46.94%19.22%-
XYZ2.051.931.24-
YUV38.16121.14135.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=44.55%
G=31.82%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49352600.290.470.8123.4830.6714.71
Hex31231A01D2F51171ff
Octal61433203557121273717
Binary11000110001111010011101101111101000110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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