#504B1A

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

Shades of Bronze Olive #504B1A

Tints of Bronze Olive #504B1A

Color information

#504B1A (or 0x504B1A) is unknown color: approx Bronze Olive. HEX triplet: 50, 4B and 1A. RGB value is (80,75,26). Sum of RGB (Red+Green+Blue) = 80+75+26=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #504B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B1A is #AFB4E5. Grayscale: #474747. Windows color (decimal): -11515110 or 1723216. OLE color: 1723216.

HSL color Cylindrical-coordinate representation of color #504B1A: hue angle of 54.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #504B1A is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB807526-
CMYK00.060.670.69
HSL54.44º50.94%20.78%-
HSV(B)54.44º67.5%31.37%-
XYZ6.016.811.98-
YUV70.91102.66134.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 75 (29.69% from 255) = 41.44%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=44.20%
G=41.44%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80752600.060.670.6954.4450.9420.78
Hex504B1A064345363315
Octal1201133206103105666325
Binary101000010010111101001101000011100010111011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,75,26); }

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

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

 a { background-color: rgb(80,75,26); }

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

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

 span { border-color: rgb(80,75,26); }

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