#504226

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

Shades of Deep Bronze #504226

Tints of Deep Bronze #504226

Color information

#504226 (or 0x504226) is unknown color: approx Deep Bronze. HEX triplet: 50, 42 and 26. RGB value is (80,66,38). Sum of RGB (Red+Green+Blue) = 80+66+38=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #504226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504226 is #AFBDD9. Grayscale: #434343. Windows color (decimal): -11517402 or 2507344. OLE color: 2507344.

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

Color convert

RGB806638-
CMYK00.170.520.69
HSL40º35.59%23.14%-
HSV(B)40º52.5%31.37%-
XYZ5.615.742.65-
YUV66.99111.64137.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 38 (15.23% from 255) = 20.65%
R=43.48%
G=35.87%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80663800.170.520.694035.5923.14
Hex5042260113445282417
Octal1201024602164105504427
Binary10100001000010100110010001110100100010110100010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504226; }

 p { color: rgb(80,66,38); }

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

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

 a { background-color: rgb(80,66,38); }

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

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

 span { border-color: rgb(80,66,38); }

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