#534A15

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

Shades of Bronze Olive #534A15

Tints of Bronze Olive #534A15

Color information

#534A15 (or 0x534A15) is unknown color: approx Bronze Olive. HEX triplet: 53, 4A and 15. RGB value is (83,74,21). Sum of RGB (Red+Green+Blue) = 83+74+21=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A15 is #ACB5EA. Grayscale: #464646. Windows color (decimal): -11318763 or 1395283. OLE color: 1395283.

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

Color convert

RGB837421-
CMYK00.110.750.67
HSL51.29º59.62%20.39%-
HSV(B)51.29º74.7%32.55%-
XYZ6.156.791.7-
YUV70.6599.98136.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 74 (29.30% from 255) = 41.57%
BLUE value IS 21 (8.59% from 255) = 11.80%
R=46.63%
G=41.57%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83742100.110.750.6751.2959.6220.39
Hex534A150B4B43333c14
Octal12311225013113103637424
Binary1010011100101010101010111001011100001111001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A15; }

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

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

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

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

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

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

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

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