#504B0E

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

Shades of Bronze Olive #504B0E

Tints of Bronze Olive #504B0E

Color information

#504B0E (or 0x504B0E) is unknown color: approx Bronze Olive. HEX triplet: 50, 4B and 0E. RGB value is (80,75,14). Sum of RGB (Red+Green+Blue) = 80+75+14=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #504B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B0E is #AFB4F1. Grayscale: #454545. Windows color (decimal): -11515122 or 936784. OLE color: 936784.

HSL color Cylindrical-coordinate representation of color #504B0E: hue angle of 55.45º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #504B0E is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB807514-
CMYK00.060.830.69
HSL55.45º70.21%18.43%-
HSV(B)55.45º82.5%31.37%-
XYZ5.96.771.41-
YUV69.5496.66135.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 14 (5.86% from 255) = 8.28%
R=47.34%
G=44.38%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80751400.060.830.6955.4570.2118.43
Hex504BE065345374612
Octal12011316061231056710622
Binary101000010010111110011010100111000101110111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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