#503F23

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

Shades of Deep Bronze #503F23

Tints of Deep Bronze #503F23

Color information

#503F23 (or 0x503F23) is unknown color: approx Deep Bronze. HEX triplet: 50, 3F and 23. RGB value is (80,63,35). Sum of RGB (Red+Green+Blue) = 80+63+35=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #503F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F23 is #AFC0DC. Grayscale: #414141. Windows color (decimal): -11518173 or 2309968. OLE color: 2309968.

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

Color convert

RGB806335-
CMYK00.210.560.69
HSL37.33º39.13%22.55%-
HSV(B)37.33º56.25%31.37%-
XYZ5.395.382.34-
YUV64.89111.13138.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 35 (14.06% from 255) = 19.66%
R=44.94%
G=35.39%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80633500.210.560.6937.3339.1322.55
Hex503F230153845252717
Octal120774302570105454727
Binary1010000111111100011010101111000100010110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,63,35); }

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

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

 a { background-color: rgb(80,63,35); }

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

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

 span { border-color: rgb(80,63,35); }

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