#50382E

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

Shades of Cioccolato #50382E

Tints of Cioccolato #50382E

Color information

#50382E (or 0x50382E) is unknown color: approx Cioccolato. HEX triplet: 50, 38 and 2E. RGB value is (80,56,46). Sum of RGB (Red+Green+Blue) = 80+56+46=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50382E is #AFC7D1. Grayscale: #3E3E3E. Windows color (decimal): -11519954 or 3029072. OLE color: 3029072.

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

Color convert

RGB805646-
CMYK00.300.420.69
HSL17.65º26.98%24.71%-
HSV(B)17.65º42.5%31.37%-
XYZ5.224.733.22-
YUV62.04118.95140.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=43.96%
G=30.77%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80564600.300.420.6917.6526.9824.71
Hex50382E01E2A45121b19
Octal120705603652105223331
Binary10100001110001011100111101010101000101100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,56,46); }

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

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

 a { background-color: rgb(80,56,46); }

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

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

 span { border-color: rgb(80,56,46); }

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