#534609

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

Shades of Bronze Olive #534609

Tints of Bronze Olive #534609

Color information

#534609 (or 0x534609) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 09. RGB value is (83,70,9). Sum of RGB (Red+Green+Blue) = 83+70+9=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #534609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534609 is #ACB9F6. Grayscale: #434343. Windows color (decimal): -11319799 or 607827. OLE color: 607827.

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

Color convert

RGB83709-
CMYK00.160.890.67
HSL49.46º80.43%18.04%-
HSV(B)49.46º89.16%32.55%-
XYZ5.816.241.16-
YUV66.9395.31139.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=51.23%
G=43.21%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8370900.160.890.6749.4680.4318.04
Hex534690105943315012
Octal123106110201311036112022
Binary10100111000110100101000010110011000011110001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534609; }

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

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

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

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

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

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

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

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