#504133

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

Shades of Deep Bronze #504133

Tints of Deep Bronze #504133

Color information

#504133 (or 0x504133) is unknown color: approx Deep Bronze. HEX triplet: 50, 41 and 33. RGB value is (80,65,51). Sum of RGB (Red+Green+Blue) = 80+65+51=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #504133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504133 is #AFBECC. Grayscale: #434343. Windows color (decimal): -11517645 or 3359056. OLE color: 3359056.

HSL color Cylindrical-coordinate representation of color #504133: hue angle of 28.97º 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 #504133 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB806551-
CMYK00.190.360.69
HSL28.97º22.14%25.69%-
HSV(B)28.97º36.25%31.37%-
XYZ5.85.733.93-
YUV67.89118.47136.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=40.82%
G=33.16%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80655100.190.360.6928.9722.1425.69
Hex50413301324451d161a
Octal1201016302344105352632
Binary101000010000011100110100111001001000101111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504133; }

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

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

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

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

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

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

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

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