#504A26

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

Shades of Bronze Olive #504A26

Tints of Bronze Olive #504A26

Color information

#504A26 (or 0x504A26) is unknown color: approx Bronze Olive. HEX triplet: 50, 4A and 26. RGB value is (80,74,38). Sum of RGB (Red+Green+Blue) = 80+74+38=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #504A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A26 is #AFB5D9. Grayscale: #474747. Windows color (decimal): -11515354 or 2509392. OLE color: 2509392.

HSL color Cylindrical-coordinate representation of color #504A26: hue angle of 51.43º 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 #504A26 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB807438-
CMYK00.080.520.69
HSL51.43º35.59%23.14%-
HSV(B)51.43º52.5%31.37%-
XYZ6.116.742.81-
YUV71.69108.99133.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 74 (29.30% from 255) = 38.54%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=41.67%
G=38.54%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80743800.080.520.6951.4335.5923.14
Hex504A26083445332417
Octal1201124601064105634427
Binary1010000100101010011001000110100100010111001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504A26; }

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

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

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

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

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

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

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

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