#513930

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

Shades of Cioccolato #513930

Tints of Cioccolato #513930

Color information

#513930 (or 0x513930) is unknown color: approx Cioccolato. HEX triplet: 51, 39 and 30. RGB value is (81,57,48). Sum of RGB (Red+Green+Blue) = 81+57+48=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #513930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513930 is #AEC6CF. Grayscale: #3F3F3F. Windows color (decimal): -11454160 or 3160401. OLE color: 3160401.

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

Color convert

RGB815748-
CMYK00.300.410.68
HSL16.36º25.58%25.29%-
HSV(B)16.36º40.74%31.76%-
XYZ5.394.893.46-
YUV63.15119.45140.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=43.55%
G=30.65%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81574800.300.410.6816.3625.5825.29
Hex51393001E2944101a19
Octal121716003651104203231
Binary10100011110011100000111101010011000100100001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513930; }

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

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

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

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

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

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

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

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