#51392F

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

Shades of Cioccolato #51392F

Tints of Cioccolato #51392F

Color information

#51392F (or 0x51392F) is unknown color: approx Cioccolato. HEX triplet: 51, 39 and 2F. RGB value is (81,57,47). Sum of RGB (Red+Green+Blue) = 81+57+47=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #51392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51392F is #AEC6D0. Grayscale: #3F3F3F. Windows color (decimal): -11454161 or 3094865. OLE color: 3094865.

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

Color convert

RGB815747-
CMYK00.300.420.68
HSL17.65º26.56%25.1%-
HSV(B)17.65º41.98%31.76%-
XYZ5.374.883.35-
YUV63.04118.95140.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=43.78%
G=30.81%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81574700.300.420.6817.6526.5625.1
Hex51392F01E2A44121b19
Octal121715703652104223331
Binary10100011110011011110111101010101000100100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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