#312312

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

Shades of Cocoa Brown #312312

Tints of Cocoa Brown #312312

Color information

#312312 (or 0x312312) is unknown color: approx Cocoa Brown. HEX triplet: 31, 23 and 12. RGB value is (49,35,18). Sum of RGB (Red+Green+Blue) = 49+35+18=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #312312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312312 is #CEDCED. Grayscale: #252525. Windows color (decimal): -13556974 or 1188657. OLE color: 1188657.

HSL color Cylindrical-coordinate representation of color #312312: hue angle of 32.9º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312312 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB493518-
CMYK00.290.630.81
HSL32.9º46.27%13.14%-
HSV(B)32.9º63.27%19.22%-
XYZ1.981.90.83-
YUV37.25117.14136.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 35 (14.06% from 255) = 34.31%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=48.04%
G=34.31%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49351800.290.630.8132.946.2713.14
Hex31231201D3F51212ed
Octal61432203577121415615
Binary1100011000111001001110111111110100011000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312312; }

 p { color: rgb(49,35,18); }

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

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

 a { background-color: rgb(49,35,18); }

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

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

 span { border-color: rgb(49,35,18); }

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