#311F02

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

Shades of Cocoa Brown #311F02

Tints of Cocoa Brown #311F02

Color information

#311F02 (or 0x311F02) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1F and 02. RGB value is (49,31,2). Sum of RGB (Red+Green+Blue) = 49+31+2=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #311F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F02 is #CEE0FD. Grayscale: #212121. Windows color (decimal): -13558014 or 139057. OLE color: 139057.

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

Color convert

RGB49312-
CMYK00.370.960.81
HSL37.02º92.16%10%-
HSV(B)37.02º95.92%19.22%-
XYZ1.771.640.28-
YUV33.08110.46139.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.76%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=59.76%
G=37.80%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4931200.370.960.8137.0292.1610
Hex311F20256051255ca
Octal613720451401214513412
Binary110001111111001001011100000101000110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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