#50382D

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

Shades of Cioccolato #50382D

Tints of Cioccolato #50382D

Color information

#50382D (or 0x50382D) is unknown color: approx Cioccolato. HEX triplet: 50, 38 and 2D. RGB value is (80,56,45). Sum of RGB (Red+Green+Blue) = 80+56+45=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50382D is #AFC7D2. Grayscale: #3D3D3D. Windows color (decimal): -11519955 or 2963536. OLE color: 2963536.

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

Color convert

RGB805645-
CMYK00.300.440.69
HSL18.86º28%24.51%-
HSV(B)18.86º43.75%31.37%-
XYZ5.24.723.12-
YUV61.92118.45140.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=44.20%
G=30.94%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80564500.300.440.6918.862824.51
Hex50382D01E2C45131c19
Octal120705503654105233431
Binary10100001110001011010111101011001000101100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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