#503B25

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

Shades of Deep Bronze #503B25

Tints of Deep Bronze #503B25

Color information

#503B25 (or 0x503B25) is unknown color: approx Deep Bronze. HEX triplet: 50, 3B and 25. RGB value is (80,59,37). Sum of RGB (Red+Green+Blue) = 80+59+37=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #503B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B25 is #AFC4DA. Grayscale: #3E3E3E. Windows color (decimal): -11519195 or 2440016. OLE color: 2440016.

HSL color Cylindrical-coordinate representation of color #503B25: hue angle of 30.7º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503B25 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB805937-
CMYK00.260.540.69
HSL30.7º36.75%22.94%-
HSV(B)30.7º53.75%31.37%-
XYZ5.214.972.43-
YUV62.77113.46140.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 59 (23.44% from 255) = 33.52%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=45.45%
G=33.52%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80593700.260.540.6930.736.7522.94
Hex503B2501A36451f2517
Octal120734503266105374527
Binary101000011101110010101101011011010001011111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503B25; }

 p { color: rgb(80,59,37); }

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

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

 a { background-color: rgb(80,59,37); }

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

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

 span { border-color: rgb(80,59,37); }

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