#51382F

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

Shades of Cioccolato #51382F

Tints of Cioccolato #51382F

Color information

#51382F (or 0x51382F) is unknown color: approx Cioccolato. HEX triplet: 51, 38 and 2F. RGB value is (81,56,47). Sum of RGB (Red+Green+Blue) = 81+56+47=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #51382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51382F is #AEC7D0. Grayscale: #3E3E3E. Windows color (decimal): -11454417 or 3094609. OLE color: 3094609.

HSL color Cylindrical-coordinate representation of color #51382F: hue angle of 15.88º 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 #51382F is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB815647-
CMYK00.310.420.68
HSL15.88º26.56%25.1%-
HSV(B)15.88º41.98%31.76%-
XYZ5.324.783.33-
YUV62.45119.28141.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 47 (18.75% from 255) = 25.54%
R=44.02%
G=30.43%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81564700.310.420.6815.8826.5625.1
Hex51382F01F2A44101b19
Octal121705703752104203331
Binary10100011110001011110111111010101000100100001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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