#534615

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

Shades of Bronze Olive #534615

Tints of Bronze Olive #534615

Color information

#534615 (or 0x534615) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 15. RGB value is (83,70,21). Sum of RGB (Red+Green+Blue) = 83+70+21=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #534615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534615 is #ACB9EA. Grayscale: #444444. Windows color (decimal): -11319787 or 1394259. OLE color: 1394259.

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

Color convert

RGB837021-
CMYK00.160.750.67
HSL47.42º59.62%20.39%-
HSV(B)47.42º74.7%32.55%-
XYZ5.896.271.61-
YUV68.3101.31138.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=47.70%
G=40.23%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83702100.160.750.6747.4259.6220.39
Hex5346150104B432f3c14
Octal12310625020113103577424
Binary10100111000110101010100001001011100001110111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534615; }

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

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

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

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

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

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

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

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