#312313

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

Shades of Cocoa Brown #312313

Tints of Cocoa Brown #312313

Color information

#312313 (or 0x312313) is unknown color: approx Cocoa Brown. HEX triplet: 31, 23 and 13. RGB value is (49,35,19). Sum of RGB (Red+Green+Blue) = 49+35+19=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312313 is #CEDCEC. Grayscale: #252525. Windows color (decimal): -13556973 or 1254193. OLE color: 1254193.

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

Color convert

RGB493519-
CMYK00.290.610.81
HSL32º44.12%13.33%-
HSV(B)32º61.22%19.22%-
XYZ1.991.90.88-
YUV37.36117.64136.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=47.57%
G=33.98%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49351900.290.610.813244.1213.33
Hex31231301D3D51202cd
Octal61432303575121405415
Binary1100011000111001101110111110110100011000001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312313; }

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

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

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

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

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

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

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

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