#534924

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

Shades of Bronze Olive #534924

Tints of Bronze Olive #534924

Color information

#534924 (or 0x534924) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 24. RGB value is (83,73,36). Sum of RGB (Red+Green+Blue) = 83+73+36=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #534924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534924 is #ACB6DB. Grayscale: #474747. Windows color (decimal): -11319004 or 2378067. OLE color: 2378067.

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

Color convert

RGB837336-
CMYK00.120.570.67
HSL47.23º39.5%23.33%-
HSV(B)47.23º56.63%32.55%-
XYZ6.276.732.64-
YUV71.77107.81136.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 36 (14.45% from 255) = 18.75%
R=43.23%
G=38.02%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83733600.120.570.6747.2339.523.33
Hex5349240C39432f2717
Octal1231114401471103574727
Binary1010011100100110010001100111001100001110111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534924; }

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

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

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

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

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

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

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

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