#31210E

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

Shades of Cocoa Brown #31210E

Tints of Cocoa Brown #31210E

Color information

#31210E (or 0x31210E) is unknown color: approx Cocoa Brown. HEX triplet: 31, 21 and 0E. RGB value is (49,33,14). Sum of RGB (Red+Green+Blue) = 49+33+14=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31210E is #CEDEF1. Grayscale: #232323. Windows color (decimal): -13557490 or 926001. OLE color: 926001.

HSL color Cylindrical-coordinate representation of color #31210E: hue angle of 32.57º 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 #31210E is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB493314-
CMYK00.330.710.81
HSL32.57º55.56%12.35%-
HSV(B)32.57º71.43%19.22%-
XYZ1.891.770.66-
YUV35.62115.8137.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=51.04%
G=34.38%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49331400.330.710.8132.5755.5612.35
Hex3121E02147512138c
Octal614116041107121417014
Binary11000110000111100100001100011110100011000011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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