#504433

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

Shades of Deep Bronze #504433

Tints of Deep Bronze #504433

Color information

#504433 (or 0x504433) is unknown color: approx Deep Bronze. HEX triplet: 50, 44 and 33. RGB value is (80,68,51). Sum of RGB (Red+Green+Blue) = 80+68+51=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #504433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504433 is #AFBBCC. Grayscale: #454545. Windows color (decimal): -11516877 or 3359824. OLE color: 3359824.

HSL color Cylindrical-coordinate representation of color #504433: hue angle of 35.17º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #504433 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB806851-
CMYK00.150.360.69
HSL35.17º22.14%25.69%-
HSV(B)35.17º36.25%31.37%-
XYZ5.976.083.99-
YUV69.65117.48135.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 51 (20.31% from 255) = 25.63%
R=40.20%
G=34.17%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80685100.150.360.6935.1722.1425.69
Hex5044330F244523161a
Octal1201046301744105432632
Binary101000010001001100110111110010010001011000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504433; }

 p { color: rgb(80,68,51); }

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

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

 a { background-color: rgb(80,68,51); }

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

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

 span { border-color: rgb(80,68,51); }

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