#534606

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

Shades of Bronze Olive #534606

Tints of Bronze Olive #534606

Color information

#534606 (or 0x534606) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 06. RGB value is (83,70,6). Sum of RGB (Red+Green+Blue) = 83+70+6=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #534606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534606 is #ACB9F9. Grayscale: #424242. Windows color (decimal): -11319802 or 411219. OLE color: 411219.

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

Color convert

RGB83706-
CMYK00.160.930.67
HSL49.87º86.52%17.45%-
HSV(B)49.87º92.77%32.55%-
XYZ5.796.231.07-
YUV66.5993.81139.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=52.20%
G=44.03%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8370600.160.930.6749.8786.5217.45
Hex534660105D43325711
Octal12310660201351036212721
Binary1010011100011011001000010111011000011110010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534606; }

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

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

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

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

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

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

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

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