#311803

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

Shades of Cocoa Brown #311803

Tints of Cocoa Brown #311803

Color information

#311803 (or 0x311803) is unknown color: approx Cocoa Brown. HEX triplet: 31, 18 and 03. RGB value is (49,24,3). Sum of RGB (Red+Green+Blue) = 49+24+3=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #311803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311803 is #CEE7FC. Grayscale: #1D1D1D. Windows color (decimal): -13559805 or 202801. OLE color: 202801.

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

Color convert

RGB49243-
CMYK00.510.940.81
HSL27.39º88.46%10.2%-
HSV(B)27.39º93.88%19.22%-
XYZ1.611.310.25-
YUV29.08113.28142.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 64.47%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 3 (1.56% from 255) = 3.95%
R=64.47%
G=31.58%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4924300.510.940.8127.3988.4610.2
Hex311830335E511b58a
Octal613030631361213313012
Binary11000111000110110011101111010100011101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311803; }

 p { color: rgb(49,24,3); }

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

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

 a { background-color: rgb(49,24,3); }

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

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

 span { border-color: rgb(49,24,3); }

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