#312001

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

Shades of Cocoa Brown #312001

Tints of Cocoa Brown #312001

Color information

#312001 (or 0x312001) is unknown color: approx Cocoa Brown. HEX triplet: 31, 20 and 01. RGB value is (49,32,1). Sum of RGB (Red+Green+Blue) = 49+32+1=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #312001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312001 is #CEDFFE. Grayscale: #212121. Windows color (decimal): -13557759 or 73777. OLE color: 73777.

HSL color Cylindrical-coordinate representation of color #312001: hue angle of 38.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 #312001 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB49321-
CMYK00.350.980.81
HSL38.75º96%9.8%-
HSV(B)38.75º97.96%19.22%-
XYZ1.791.690.26-
YUV33.55109.63139.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.76%
GREEN value IS 32 (12.89% from 255) = 39.02%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=59.76%
G=39.02%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4932100.350.980.8138.75969.8
Hex3120102362512760a
Octal614010431421214714012
Binary110001100000101000111100010101000110011111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312001; }

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

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

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

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

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

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

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

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