#534905

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

Shades of Bronze Olive #534905

Tints of Bronze Olive #534905

Color information

#534905 (or 0x534905) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 05. RGB value is (83,73,5). Sum of RGB (Red+Green+Blue) = 83+73+5=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #534905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534905 is #ACB6FA. Grayscale: #444444. Windows color (decimal): -11319035 or 346451. OLE color: 346451.

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

Color convert

RGB83735-
CMYK00.120.940.67
HSL52.31º88.64%17.25%-
HSV(B)52.31º93.98%32.55%-
XYZ5.986.621.11-
YUV68.2492.31138.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=51.55%
G=45.34%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8373500.120.940.6752.3188.6417.25
Hex534950C5E43345911
Octal12311150141361036413121
Binary101001110010011010110010111101000011110100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534905; }

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

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

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

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

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

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

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

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