#534915

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

Shades of Bronze Olive #534915

Tints of Bronze Olive #534915

Color information

#534915 (or 0x534915) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 15. RGB value is (83,73,21). Sum of RGB (Red+Green+Blue) = 83+73+21=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #534915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534915 is #ACB6EA. Grayscale: #464646. Windows color (decimal): -11319019 or 1395027. OLE color: 1395027.

HSL color Cylindrical-coordinate representation of color #534915: hue angle of 50.32º 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 #534915 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB837321-
CMYK00.120.750.67
HSL50.32º59.62%20.39%-
HSV(B)50.32º74.7%32.55%-
XYZ6.096.661.67-
YUV70.06100.31137.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 73 (28.91% from 255) = 41.24%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=46.89%
G=41.24%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83732100.120.750.6750.3259.6220.39
Hex5349150C4B43323c14
Octal12311125014113103627424
Binary1010011100100110101011001001011100001111001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534915; }

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

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

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

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

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

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

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

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