#534909

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

Shades of Bronze Olive #534909

Tints of Bronze Olive #534909

Color information

#534909 (or 0x534909) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 09. RGB value is (83,73,9). Sum of RGB (Red+Green+Blue) = 83+73+9=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #534909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534909 is #ACB6F6. Grayscale: #444444. Windows color (decimal): -11319031 or 608595. OLE color: 608595.

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

Color convert

RGB83739-
CMYK00.120.890.67
HSL51.89º80.43%18.04%-
HSV(B)51.89º89.16%32.55%-
XYZ66.621.22-
YUV68.6994.31138.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 73 (28.91% from 255) = 44.24%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=50.30%
G=44.24%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8373900.120.890.6751.8980.4318.04
Hex534990C5943345012
Octal123111110141311036412022
Binary1010011100100110010110010110011000011110100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534909; }

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

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

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

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

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

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

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

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