#311801

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

Shades of Cocoa Brown #311801

Tints of Cocoa Brown #311801

Color information

#311801 (or 0x311801) is unknown color: approx Cocoa Brown. HEX triplet: 31, 18 and 01. RGB value is (49,24,1). Sum of RGB (Red+Green+Blue) = 49+24+1=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #311801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311801 is #CEE7FE. Grayscale: #1C1C1C. Windows color (decimal): -13559807 or 71729. OLE color: 71729.

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

Color convert

RGB49241-
CMYK00.510.980.81
HSL28.75º96%9.8%-
HSV(B)28.75º97.96%19.22%-
XYZ1.61.310.2-
YUV28.85112.28142.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 66.22%
GREEN value IS 24 (9.77% from 255) = 32.43%
BLUE value IS 1 (0.78% from 255) = 1.35%
R=66.22%
G=32.43%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4924100.510.980.8128.75969.8
Hex3118103362511d60a
Octal613010631421213514012
Binary1100011100010110011110001010100011110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311801; }

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

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

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

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

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

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

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

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