#503E23

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

Shades of Deep Bronze #503E23

Tints of Deep Bronze #503E23

Color information

#503E23 (or 0x503E23) is unknown color: approx Deep Bronze. HEX triplet: 50, 3E and 23. RGB value is (80,62,35). Sum of RGB (Red+Green+Blue) = 80+62+35=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #503E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E23 is #AFC1DC. Grayscale: #404040. Windows color (decimal): -11518429 or 2309712. OLE color: 2309712.

HSL color Cylindrical-coordinate representation of color #503E23: hue angle of 36º 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 #503E23 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB806235-
CMYK00.220.560.69
HSL36º39.13%22.55%-
HSV(B)36º56.25%31.37%-
XYZ5.335.272.33-
YUV64.3111.46139.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 35 (14.06% from 255) = 19.77%
R=45.20%
G=35.03%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80623500.220.560.693639.1322.55
Hex503E230163845242717
Octal120764302670105444727
Binary1010000111110100011010110111000100010110010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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