#534616

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

Shades of Bronze Olive #534616

Tints of Bronze Olive #534616

Color information

#534616 (or 0x534616) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 16. RGB value is (83,70,22). Sum of RGB (Red+Green+Blue) = 83+70+22=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534616 is #ACB9E9. Grayscale: #444444. Windows color (decimal): -11319786 or 1459795. OLE color: 1459795.

HSL color Cylindrical-coordinate representation of color #534616: hue angle of 47.21º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #534616 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB837022-
CMYK00.160.730.67
HSL47.21º58.1%20.59%-
HSV(B)47.21º73.49%32.55%-
XYZ5.96.281.66-
YUV68.41101.81138.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=47.43%
G=40%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83702200.160.730.6747.2158.120.59
Hex53461601049432f3a15
Octal12310626020111103577225
Binary10100111000110101100100001001001100001110111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534616; }

 p { color: rgb(83,70,22); }

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

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

 a { background-color: rgb(83,70,22); }

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

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

 span { border-color: rgb(83,70,22); }

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