#534619

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

Shades of Bronze Olive #534619

Tints of Bronze Olive #534619

Color information

#534619 (or 0x534619) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 19. RGB value is (83,70,25). Sum of RGB (Red+Green+Blue) = 83+70+25=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534619 is #ACB9E6. Grayscale: #444444. Windows color (decimal): -11319783 or 1656403. OLE color: 1656403.

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

Color convert

RGB837025-
CMYK00.160.700.67
HSL46.55º53.7%21.18%-
HSV(B)46.55º69.88%32.55%-
XYZ5.936.291.82-
YUV68.76103.31138.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 25 (10.16% from 255) = 14.04%
R=46.63%
G=39.33%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83702500.160.700.6746.5553.721.18
Hex53461901046432f3615
Octal12310631020106103576625
Binary10100111000110110010100001000110100001110111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534619; }

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

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

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

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

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

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

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

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