#534920

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

Shades of Bronze Olive #534920

Tints of Bronze Olive #534920

Color information

#534920 (or 0x534920) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 20. RGB value is (83,73,32). Sum of RGB (Red+Green+Blue) = 83+73+32=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534920 is #ACB6DF. Grayscale: #474747. Windows color (decimal): -11319008 or 2115923. OLE color: 2115923.

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

Color convert

RGB837332-
CMYK00.120.610.67
HSL48.24º44.35%22.55%-
HSV(B)48.24º61.45%32.55%-
XYZ6.216.712.33-
YUV71.32105.81136.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=44.15%
G=38.83%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83733200.120.610.6748.2444.3522.55
Hex5349200C3D43302c17
Octal1231114001475103605427
Binary1010011100100110000001100111101100001111000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534920; }

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

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

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

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

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

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

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

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