#51392E

Color #51392E Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #51392E

Tints of Cioccolato #51392E

Color information

#51392E (or 0x51392E) is unknown color: approx Cioccolato. HEX triplet: 51, 39 and 2E. RGB value is (81,57,46). Sum of RGB (Red+Green+Blue) = 81+57+46=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #51392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51392E is #AEC6D1. Grayscale: #3E3E3E. Windows color (decimal): -11454162 or 3029329. OLE color: 3029329.

HSL color Cylindrical-coordinate representation of color #51392E: hue angle of 18.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51392E is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB815746-
CMYK00.300.430.68
HSL18.86º27.56%24.9%-
HSV(B)18.86º43.21%31.76%-
XYZ5.354.873.24-
YUV62.92118.45140.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 46 (18.36% from 255) = 25%
R=44.02%
G=30.98%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81574600.300.430.6818.8627.5624.9
Hex51392E01E2B44131c19
Octal121715603653104233431
Binary10100011110011011100111101010111000100100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51392E; }

 p { color: rgb(81,57,46); }

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

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

 a { background-color: rgb(81,57,46); }

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

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

 span { border-color: rgb(81,57,46); }

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