#504030

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

Shades of Deep Bronze #504030

Tints of Deep Bronze #504030

Color information

#504030 (or 0x504030) is unknown color: approx Deep Bronze. HEX triplet: 50, 40 and 30. RGB value is (80,64,48). Sum of RGB (Red+Green+Blue) = 80+64+48=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #504030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504030 is #AFBFCF. Grayscale: #434343. Windows color (decimal): -11517904 or 3162192. OLE color: 3162192.

HSL color Cylindrical-coordinate representation of color #504030: hue angle of 30º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #504030 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB806448-
CMYK00.200.400.69
HSL30º25%25.1%-
HSV(B)30º40%31.37%-
XYZ5.685.593.58-
YUV66.96117.3137.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 25%
R=41.67%
G=33.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80644800.200.400.69302525.1
Hex50403001428451e1919
Octal1201006002450105363131
Binary101000010000001100000101001010001000101111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504030; }

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

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

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

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

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

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

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

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