#51382C

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

Shades of Cioccolato #51382C

Tints of Cioccolato #51382C

Color information

#51382C (or 0x51382C) is unknown color: approx Cioccolato. HEX triplet: 51, 38 and 2C. RGB value is (81,56,44). Sum of RGB (Red+Green+Blue) = 81+56+44=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #51382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51382C is #AEC7D3. Grayscale: #3E3E3E. Windows color (decimal): -11454420 or 2898001. OLE color: 2898001.

HSL color Cylindrical-coordinate representation of color #51382C: hue angle of 19.46º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51382C is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB815644-
CMYK00.310.460.68
HSL19.46º29.6%24.51%-
HSV(B)19.46º45.68%31.76%-
XYZ5.264.763.02-
YUV62.11117.78141.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=44.75%
G=30.94%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81564400.310.460.6819.4629.624.51
Hex51382C01F2E44131e19
Octal121705403756104233631
Binary10100011110001011000111111011101000100100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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