#534A19

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

Shades of Bronze Olive #534A19

Tints of Bronze Olive #534A19

Color information

#534A19 (or 0x534A19) is unknown color: approx Bronze Olive. HEX triplet: 53, 4A and 19. RGB value is (83,74,25). Sum of RGB (Red+Green+Blue) = 83+74+25=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #534A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A19 is #ACB5E6. Grayscale: #474747. Windows color (decimal): -11318759 or 1657427. OLE color: 1657427.

HSL color Cylindrical-coordinate representation of color #534A19: hue angle of 50.69º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #534A19 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB837425-
CMYK00.110.700.67
HSL50.69º53.7%21.18%-
HSV(B)50.69º69.88%32.55%-
XYZ6.196.811.91-
YUV71.1101.98136.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 74 (29.30% from 255) = 40.66%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=45.60%
G=40.66%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83742500.110.700.6750.6953.721.18
Hex534A190B4643333615
Octal12311231013106103636625
Binary1010011100101011001010111000110100001111001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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