#31220F

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

Shades of Cocoa Brown #31220F

Tints of Cocoa Brown #31220F

Color information

#31220F (or 0x31220F) is unknown color: approx Cocoa Brown. HEX triplet: 31, 22 and 0F. RGB value is (49,34,15). Sum of RGB (Red+Green+Blue) = 49+34+15=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #31220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31220F is #CEDDF0. Grayscale: #242424. Windows color (decimal): -13557233 or 991793. OLE color: 991793.

HSL color Cylindrical-coordinate representation of color #31220F: hue angle of 33.53º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31220F is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB493415-
CMYK00.310.690.81
HSL33.53º53.12%12.55%-
HSV(B)33.53º69.39%19.22%-
XYZ1.921.830.7-
YUV36.32115.97137.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=50%
G=34.69%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49341500.310.690.8133.5353.1212.55
Hex3122F01F45512235d
Octal614217037105121426515
Binary1100011000101111011111100010110100011000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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