#534D09

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

Shades of Bronze Olive #534D09

Tints of Bronze Olive #534D09

Color information

#534D09 (or 0x534D09) is unknown color: approx Bronze Olive. HEX triplet: 53, 4D and 09. RGB value is (83,77,9). Sum of RGB (Red+Green+Blue) = 83+77+9=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #534D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D09 is #ACB2F6. Grayscale: #474747. Windows color (decimal): -11318007 or 609619. OLE color: 609619.

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

Color convert

RGB83779-
CMYK00.070.890.67
HSL55.14º80.43%18.04%-
HSV(B)55.14º89.16%32.55%-
XYZ6.277.171.31-
YUV71.0492.99136.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 77 (30.47% from 255) = 45.56%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=49.11%
G=45.56%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8377900.070.890.6755.1480.4318.04
Hex534D9075943375012
Octal12311511071311036712022
Binary101001110011011001011110110011000011110111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D09; }

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

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

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

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

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

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

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

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