#534507

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

Shades of Bronze Olive #534507

Tints of Bronze Olive #534507

Color information

#534507 (or 0x534507) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 07. RGB value is (83,69,7). Sum of RGB (Red+Green+Blue) = 83+69+7=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #534507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534507 is #ACBAF8. Grayscale: #424242. Windows color (decimal): -11320057 or 476499. OLE color: 476499.

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

Color convert

RGB83697-
CMYK00.170.920.67
HSL48.95º84.44%17.65%-
HSV(B)48.95º91.57%32.55%-
XYZ5.736.111.08-
YUV66.1294.64140.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=52.20%
G=43.40%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8369700.170.920.6748.9584.4417.65
Hex534570115C43315412
Octal12310570211341036112422
Binary1010011100010111101000110111001000011110001101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534507; }

 p { color: rgb(83,69,7); }

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

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

 a { background-color: rgb(83,69,7); }

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

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

 span { border-color: rgb(83,69,7); }

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