#534917

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

Shades of Bronze Olive #534917

Tints of Bronze Olive #534917

Color information

#534917 (or 0x534917) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 17. RGB value is (83,73,23). Sum of RGB (Red+Green+Blue) = 83+73+23=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #534917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534917 is #ACB6E8. Grayscale: #464646. Windows color (decimal): -11319017 or 1526099. OLE color: 1526099.

HSL color Cylindrical-coordinate representation of color #534917: hue angle of 50º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #534917 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB837323-
CMYK00.120.720.67
HSL50º56.6%20.78%-
HSV(B)50º72.29%32.55%-
XYZ6.16.671.78-
YUV70.29101.31137.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 23 (9.38% from 255) = 12.85%
R=46.37%
G=40.78%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83732300.120.720.675056.620.78
Hex5349170C4843323915
Octal12311127014110103627125
Binary1010011100100110111011001001000100001111001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534917; }

 p { color: rgb(83,73,23); }

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

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

 a { background-color: rgb(83,73,23); }

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

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

 span { border-color: rgb(83,73,23); }

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