#50412A

Color #50412A Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #50412A

Tints of Deep Bronze #50412A

Color information

#50412A (or 0x50412A) is unknown color: approx Deep Bronze. HEX triplet: 50, 41 and 2A. RGB value is (80,65,42). Sum of RGB (Red+Green+Blue) = 80+65+42=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #50412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50412A is #AFBED5. Grayscale: #424242. Windows color (decimal): -11517654 or 2769232. OLE color: 2769232.

HSL color Cylindrical-coordinate representation of color #50412A: hue angle of 36.32º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50412A is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB806542-
CMYK00.190.480.69
HSL36.32º31.15%23.92%-
HSV(B)36.32º47.5%31.37%-
XYZ5.625.652.99-
YUV66.86113.97137.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=42.78%
G=34.76%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80654200.190.480.6936.3231.1523.92
Hex50412A0133045241f18
Octal1201015202360105443730
Binary1010000100000110101001001111000010001011001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50412A; }

 p { color: rgb(80,65,42); }

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

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

 a { background-color: rgb(80,65,42); }

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

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

 span { border-color: rgb(80,65,42); }

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