#311601

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

Shades of Cocoa Brown #311601

Tints of Cocoa Brown #311601

Color information

#311601 (or 0x311601) is unknown color: approx Cocoa Brown. HEX triplet: 31, 16 and 01. RGB value is (49,22,1). Sum of RGB (Red+Green+Blue) = 49+22+1=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #311601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311601 is #CEE9FE. Grayscale: #1B1B1B. Windows color (decimal): -13560319 or 71217. OLE color: 71217.

HSL color Cylindrical-coordinate representation of color #311601: hue angle of 26.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #311601 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB49221-
CMYK00.550.980.81
HSL26.25º96%9.8%-
HSV(B)26.25º97.96%19.22%-
XYZ1.561.230.18-
YUV27.68112.95143.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 68.06%
GREEN value IS 22 (8.98% from 255) = 30.56%
BLUE value IS 1 (0.78% from 255) = 1.39%
R=68.06%
G=30.56%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4922100.550.980.8126.25969.8
Hex3116103762511a60a
Octal612610671421213214012
Binary1100011011010110111110001010100011101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311601; }

 p { color: rgb(49,22,1); }

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

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

 a { background-color: rgb(49,22,1); }

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

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

 span { border-color: rgb(49,22,1); }

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