#31220E

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

Shades of Cocoa Brown #31220E

Tints of Cocoa Brown #31220E

Color information

#31220E (or 0x31220E) is unknown color: approx Cocoa Brown. HEX triplet: 31, 22 and 0E. RGB value is (49,34,14). Sum of RGB (Red+Green+Blue) = 49+34+14=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #31220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31220E is #CEDDF1. Grayscale: #242424. Windows color (decimal): -13557234 or 926257. OLE color: 926257.

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

Color convert

RGB493414-
CMYK00.310.710.81
HSL34.29º55.56%12.35%-
HSV(B)34.29º71.43%19.22%-
XYZ1.921.830.67-
YUV36.2115.47137.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 34 (13.67% from 255) = 35.05%
BLUE value IS 14 (5.86% from 255) = 14.43%
R=50.52%
G=35.05%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49341400.310.710.8134.2955.5612.35
Hex3122E01F47512238c
Octal614216037107121427014
Binary1100011000101110011111100011110100011000101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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