#31251C

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

Shades of Cocoa Brown #31251C

Tints of Cocoa Brown #31251C

Color information

#31251C (or 0x31251C) is unknown color: approx Cocoa Brown. HEX triplet: 31, 25 and 1C. RGB value is (49,37,28). Sum of RGB (Red+Green+Blue) = 49+37+28=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #31251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31251C is #CEDAE3. Grayscale: #272727. Windows color (decimal): -13556452 or 1844529. OLE color: 1844529.

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

Color convert

RGB493728-
CMYK00.240.430.81
HSL25.71º27.27%15.1%-
HSV(B)25.71º42.86%19.22%-
XYZ2.142.061.38-
YUV39.56121.48134.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=42.98%
G=32.46%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49372800.240.430.8125.7127.2715.1
Hex31251C0182B511a1bf
Octal61453403053121323317
Binary11000110010111100011000101011101000111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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