#534805

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

Shades of Bronze Olive #534805

Tints of Bronze Olive #534805

Color information

#534805 (or 0x534805) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 05. RGB value is (83,72,5). Sum of RGB (Red+Green+Blue) = 83+72+5=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #534805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534805 is #ACB7FA. Grayscale: #434343. Windows color (decimal): -11319291 or 346195. OLE color: 346195.

HSL color Cylindrical-coordinate representation of color #534805: hue angle of 51.54º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #534805 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB83725-
CMYK00.130.940.67
HSL51.54º88.64%17.25%-
HSV(B)51.54º93.98%32.55%-
XYZ5.916.481.08-
YUV67.6592.64138.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 5 (2.34% from 255) = 3.12%
R=51.88%
G=45%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8372500.130.940.6751.5488.6417.25
Hex534850D5E43345911
Octal12311050151361036413121
Binary101001110010001010110110111101000011110100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534805; }

 p { color: rgb(83,72,5); }

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

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

 a { background-color: rgb(83,72,5); }

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

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

 span { border-color: rgb(83,72,5); }

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