#311F03

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

Shades of Cocoa Brown #311F03

Tints of Cocoa Brown #311F03

Color information

#311F03 (or 0x311F03) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1F and 03. RGB value is (49,31,3). Sum of RGB (Red+Green+Blue) = 49+31+3=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #311F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F03 is #CEE0FC. Grayscale: #212121. Windows color (decimal): -13558013 or 204593. OLE color: 204593.

HSL color Cylindrical-coordinate representation of color #311F03: hue angle of 36.52º 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 #311F03 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB49313-
CMYK00.370.940.81
HSL36.52º88.46%10.2%-
HSV(B)36.52º93.88%19.22%-
XYZ1.771.640.31-
YUV33.19110.96139.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 31 (12.5% from 255) = 37.35%
BLUE value IS 3 (1.56% from 255) = 3.61%
R=59.04%
G=37.35%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4931300.370.940.8136.5288.4610.2
Hex311F30255E512558a
Octal613730451361214513012
Binary110001111111101001011011110101000110010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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