#534513

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

Shades of Bronze Olive #534513

Tints of Bronze Olive #534513

Color information

#534513 (or 0x534513) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 13. RGB value is (83,69,19). Sum of RGB (Red+Green+Blue) = 83+69+19=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #534513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534513 is #ACBAEC. Grayscale: #434343. Windows color (decimal): -11320045 or 1262931. OLE color: 1262931.

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

Color convert

RGB836919-
CMYK00.170.770.67
HSL46.88º62.75%20%-
HSV(B)46.88º77.11%32.55%-
XYZ5.816.141.5-
YUV67.49100.64139.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=48.54%
G=40.35%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83691900.170.770.6746.8862.7520
Hex5345130114D432f3f14
Octal12310523021115103577724
Binary10100111000101100110100011001101100001110111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534513; }

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

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

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

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

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

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

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

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