#31200E

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

Shades of Cocoa Brown #31200E

Tints of Cocoa Brown #31200E

Color information

#31200E (or 0x31200E) is unknown color: approx Cocoa Brown. HEX triplet: 31, 20 and 0E. RGB value is (49,32,14). Sum of RGB (Red+Green+Blue) = 49+32+14=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #31200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31200E is #CEDFF1. Grayscale: #232323. Windows color (decimal): -13557746 or 925745. OLE color: 925745.

HSL color Cylindrical-coordinate representation of color #31200E: hue angle of 30.86º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31200E is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB493214-
CMYK00.350.710.81
HSL30.86º55.56%12.35%-
HSV(B)30.86º71.43%19.22%-
XYZ1.861.720.65-
YUV35.03116.13137.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=51.58%
G=33.68%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49321400.350.710.8130.8655.5612.35
Hex3120E02347511f38c
Octal614016043107121377014
Binary1100011000001110010001110001111010001111111110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31200E; }

 p { color: rgb(49,32,14); }

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

<style>
 a { background-color: #31200E; }

 a { background-color: rgb(49,32,14); }

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

<style>
 span { border-color: #31200E; }

 span { border-color: rgb(49,32,14); }

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