#311E02

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

Shades of Cocoa Brown #311E02

Tints of Cocoa Brown #311E02

Color information

#311E02 (or 0x311E02) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1E and 02. RGB value is (49,30,2). Sum of RGB (Red+Green+Blue) = 49+30+2=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #311E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E02 is #CEE1FD. Grayscale: #202020. Windows color (decimal): -13558270 or 138801. OLE color: 138801.

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

Color convert

RGB49302-
CMYK00.390.960.81
HSL35.74º92.16%10%-
HSV(B)35.74º95.92%19.22%-
XYZ1.741.590.27-
YUV32.49110.79139.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 60.49%
GREEN value IS 30 (12.11% from 255) = 37.04%
BLUE value IS 2 (1.17% from 255) = 2.47%
R=60.49%
G=37.04%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4930200.390.960.8135.7492.1610
Hex311E20276051245ca
Octal613620471401214413412
Binary110001111101001001111100000101000110010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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