#534C09

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

Shades of Bronze Olive #534C09

Tints of Bronze Olive #534C09

Color information

#534C09 (or 0x534C09) is unknown color: approx Bronze Olive. HEX triplet: 53, 4C and 09. RGB value is (83,76,9). Sum of RGB (Red+Green+Blue) = 83+76+9=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #534C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C09 is #ACB3F6. Grayscale: #464646. Windows color (decimal): -11318263 or 609363. OLE color: 609363.

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

Color convert

RGB83769-
CMYK00.080.890.67
HSL54.32º80.43%18.04%-
HSV(B)54.32º89.16%32.55%-
XYZ6.27.031.29-
YUV70.4693.32136.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 76 (30.08% from 255) = 45.24%
BLUE value IS 9 (3.91% from 255) = 5.36%
R=49.40%
G=45.24%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8376900.080.890.6754.3280.4318.04
Hex534C9085943365012
Octal123114110101311036612022
Binary1010011100110010010100010110011000011110110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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