#534A11

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

Shades of Bronze Olive #534A11

Tints of Bronze Olive #534A11

Color information

#534A11 (or 0x534A11) is unknown color: approx Bronze Olive. HEX triplet: 53, 4A and 11. RGB value is (83,74,17). Sum of RGB (Red+Green+Blue) = 83+74+17=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #534A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A11 is #ACB5EE. Grayscale: #464646. Windows color (decimal): -11318767 or 1133139. OLE color: 1133139.

HSL color Cylindrical-coordinate representation of color #534A11: hue angle of 51.82º 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 #534A11 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB837417-
CMYK00.110.800.67
HSL51.82º66%19.61%-
HSV(B)51.82º79.52%32.55%-
XYZ6.126.781.52-
YUV70.1997.98137.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 74 (29.30% from 255) = 42.53%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=47.70%
G=42.53%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83741700.110.800.6751.826619.61
Hex534A110B5043344214
Octal123112210131201036410224
Binary10100111001010100010101110100001000011110100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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