#504029

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

Shades of Deep Bronze #504029

Tints of Deep Bronze #504029

Color information

#504029 (or 0x504029) is unknown color: approx Deep Bronze. HEX triplet: 50, 40 and 29. RGB value is (80,64,41). Sum of RGB (Red+Green+Blue) = 80+64+41=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #504029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504029 is #AFBFD6. Grayscale: #424242. Windows color (decimal): -11517911 or 2703440. OLE color: 2703440.

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

Color convert

RGB806441-
CMYK00.200.490.69
HSL35.38º32.23%23.73%-
HSV(B)35.38º48.75%31.37%-
XYZ5.545.532.87-
YUV66.16113.8137.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=43.24%
G=34.59%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80644100.200.490.6935.3832.2323.73
Hex5040290143145232018
Octal1201005102461105434030
Binary10100001000000101001010100110001100010110001110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504029; }

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

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

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

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

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

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

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

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