#504B1F

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

Shades of Bronze Olive #504B1F

Tints of Bronze Olive #504B1F

Color information

#504B1F (or 0x504B1F) is unknown color: approx Bronze Olive. HEX triplet: 50, 4B and 1F. RGB value is (80,75,31). Sum of RGB (Red+Green+Blue) = 80+75+31=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #504B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B1F is #AFB4E0. Grayscale: #474747. Windows color (decimal): -11515105 or 2050896. OLE color: 2050896.

HSL color Cylindrical-coordinate representation of color #504B1F: hue angle of 53.88º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #504B1F is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB807531-
CMYK00.060.610.69
HSL53.88º44.14%21.76%-
HSV(B)53.88º61.25%31.37%-
XYZ6.076.842.3-
YUV71.48105.16134.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 31 (12.5% from 255) = 16.67%
R=43.01%
G=40.32%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80753100.060.610.6953.8844.1421.76
Hex504B1F063D45362c16
Octal120113370675105665426
Binary10100001001011111110110111101100010111011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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