#534D11

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

Shades of Bronze Olive #534D11

Tints of Bronze Olive #534D11

Color information

#534D11 (or 0x534D11) is unknown color: approx Bronze Olive. HEX triplet: 53, 4D and 11. RGB value is (83,77,17). Sum of RGB (Red+Green+Blue) = 83+77+17=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #534D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D11 is #ACB2EE. Grayscale: #484848. Windows color (decimal): -11317999 or 1133907. OLE color: 1133907.

HSL color Cylindrical-coordinate representation of color #534D11: hue angle of 54.55º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #534D11 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB837717-
CMYK00.070.800.67
HSL54.55º66%19.61%-
HSV(B)54.55º79.52%32.55%-
XYZ6.327.191.58-
YUV71.9596.99135.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 77 (30.47% from 255) = 43.50%
BLUE value IS 17 (7.03% from 255) = 9.60%
R=46.89%
G=43.50%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83771700.070.800.6754.556619.61
Hex534D11075043374214
Octal12311521071201036710224
Binary1010011100110110001011110100001000011110111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D11; }

 p { color: rgb(83,77,17); }

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

<style>
 a { background-color: #534D11; }

 a { background-color: rgb(83,77,17); }

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

<style>
 span { border-color: #534D11; }

 span { border-color: rgb(83,77,17); }

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