#311A09

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

Shades of Cocoa Brown #311A09

Tints of Cocoa Brown #311A09

Color information

#311A09 (or 0x311A09) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1A and 09. RGB value is (49,26,9). Sum of RGB (Red+Green+Blue) = 49+26+9=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #311A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A09 is #CEE5F6. Grayscale: #1F1F1F. Windows color (decimal): -13559287 or 596529. OLE color: 596529.

HSL color Cylindrical-coordinate representation of color #311A09: hue angle of 25.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311A09 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB49269-
CMYK00.470.820.81
HSL25.5º68.97%11.37%-
HSV(B)25.5º81.63%19.22%-
XYZ1.691.410.44-
YUV30.94115.62140.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 58.33%
GREEN value IS 26 (10.55% from 255) = 30.95%
BLUE value IS 9 (3.91% from 255) = 10.71%
R=58.33%
G=30.95%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4926900.470.820.8125.568.9711.37
Hex311A902F52511a45b
Octal6132110571221213210513
Binary1100011101010010101111101001010100011101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311A09; }

 p { color: rgb(49,26,9); }

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

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

 a { background-color: rgb(49,26,9); }

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

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

 span { border-color: rgb(49,26,9); }

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