#534809

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

Shades of Bronze Olive #534809

Tints of Bronze Olive #534809

Color information

#534809 (or 0x534809) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 09. RGB value is (83,72,9). Sum of RGB (Red+Green+Blue) = 83+72+9=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #534809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534809 is #ACB7F6. Grayscale: #444444. Windows color (decimal): -11319287 or 608339. OLE color: 608339.

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

Color convert

RGB83729-
CMYK00.130.890.67
HSL51.08º80.43%18.04%-
HSV(B)51.08º89.16%32.55%-
XYZ5.936.491.2-
YUV68.1194.64138.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 9 (3.91% from 255) = 5.49%
R=50.61%
G=43.90%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8372900.130.890.6751.0880.4318.04
Hex534890D5943335012
Octal123110110151311036312022
Binary1010011100100010010110110110011000011110011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534809; }

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

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

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

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

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

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

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

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