#504B10

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

Shades of Bronze Olive #504B10

Tints of Bronze Olive #504B10

Color information

#504B10 (or 0x504B10) is unknown color: approx Bronze Olive. HEX triplet: 50, 4B and 10. RGB value is (80,75,16). Sum of RGB (Red+Green+Blue) = 80+75+16=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #504B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B10 is #AFB4EF. Grayscale: #464646. Windows color (decimal): -11515120 or 1067856. OLE color: 1067856.

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

Color convert

RGB807516-
CMYK00.060.800.69
HSL55.31º66.67%18.82%-
HSV(B)55.31º80%31.37%-
XYZ5.926.781.49-
YUV69.7797.66135.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 16 (6.64% from 255) = 9.36%
R=46.78%
G=43.86%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80751600.060.800.6955.3166.6718.82
Hex504B10065045374313
Octal12011320061201056710323
Binary1010000100101110000011010100001000101110111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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