#534804

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

Shades of Bronze Olive #534804

Tints of Bronze Olive #534804

Color information

#534804 (or 0x534804) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 04. RGB value is (83,72,4). Sum of RGB (Red+Green+Blue) = 83+72+4=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #534804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534804 is #ACB7FB. Grayscale: #434343. Windows color (decimal): -11319292 or 280659. OLE color: 280659.

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

Color convert

RGB83724-
CMYK00.130.950.67
HSL51.65º90.8%17.06%-
HSV(B)51.65º95.18%32.55%-
XYZ5.916.481.05-
YUV67.5492.14139.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=52.20%
G=45.28%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8372400.130.950.6751.6590.817.06
Hex534840D5F43345b11
Octal12311040151371036413321
Binary101001110010001000110110111111000011110100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534804; }

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

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

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

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

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

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

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

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