#311D03

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

Shades of Cocoa Brown #311D03

Tints of Cocoa Brown #311D03

Color information

#311D03 (or 0x311D03) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1D and 03. RGB value is (49,29,3). Sum of RGB (Red+Green+Blue) = 49+29+3=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #311D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D03 is #CEE2FC. Grayscale: #202020. Windows color (decimal): -13558525 or 204081. OLE color: 204081.

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

Color convert

RGB49293-
CMYK00.410.940.81
HSL33.91º88.46%10.2%-
HSV(B)33.91º93.88%19.22%-
XYZ1.721.540.29-
YUV32.02111.63140.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 60.49%
GREEN value IS 29 (11.72% from 255) = 35.80%
BLUE value IS 3 (1.56% from 255) = 3.70%
R=60.49%
G=35.80%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4929300.410.940.8133.9188.4610.2
Hex311D30295E512258a
Octal613530511361214213012
Binary110001111011101010011011110101000110001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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