#534F19

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

Shades of Bronze Olive #534F19

Tints of Bronze Olive #534F19

Color information

#534F19 (or 0x534F19) is unknown color: approx Bronze Olive. HEX triplet: 53, 4F and 19. RGB value is (83,79,25). Sum of RGB (Red+Green+Blue) = 83+79+25=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F19 is #ACB0E6. Grayscale: #4A4A4A. Windows color (decimal): -11317479 or 1658707. OLE color: 1658707.

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

Color convert

RGB837925-
CMYK00.050.700.67
HSL55.86º53.7%21.18%-
HSV(B)55.86º69.88%32.55%-
XYZ6.547.52.02-
YUV74.04100.33134.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=44.39%
G=42.25%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83792500.050.700.6755.8653.721.18
Hex534F19054643383615
Octal1231173105106103706625
Binary101001110011111100101011000110100001111100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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