#534604

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

Shades of Bronze Olive #534604

Tints of Bronze Olive #534604

Color information

#534604 (or 0x534604) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 04. RGB value is (83,70,4). Sum of RGB (Red+Green+Blue) = 83+70+4=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #534604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534604 is #ACB9FB. Grayscale: #424242. Windows color (decimal): -11319804 or 280147. OLE color: 280147.

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

Color convert

RGB83704-
CMYK00.160.950.67
HSL50.13º90.8%17.06%-
HSV(B)50.13º95.18%32.55%-
XYZ5.786.231.01-
YUV66.3692.81139.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 4 (1.95% from 255) = 2.55%
R=52.87%
G=44.59%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8370400.160.950.6750.1390.817.06
Hex534640105F43325b11
Octal12310640201371036213321
Binary1010011100011010001000010111111000011110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534604; }

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

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

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

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

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

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

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

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