#50402A

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

Shades of Deep Bronze #50402A

Tints of Deep Bronze #50402A

Color information

#50402A (or 0x50402A) is unknown color: approx Deep Bronze. HEX triplet: 50, 40 and 2A. RGB value is (80,64,42). Sum of RGB (Red+Green+Blue) = 80+64+42=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #50402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50402A is #AFBFD5. Grayscale: #424242. Windows color (decimal): -11517910 or 2768976. OLE color: 2768976.

HSL color Cylindrical-coordinate representation of color #50402A: hue angle of 34.74º 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 #50402A is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB806442-
CMYK00.200.480.69
HSL34.74º31.15%23.92%-
HSV(B)34.74º47.5%31.37%-
XYZ5.565.542.97-
YUV66.28114.3137.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 42 (16.80% from 255) = 22.58%
R=43.01%
G=34.41%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80644200.200.480.6934.7431.1523.92
Hex50402A0143045231f18
Octal1201005202460105433730
Binary1010000100000010101001010011000010001011000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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