#534A29

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

Shades of Bronze Olive #534A29

Tints of Bronze Olive #534A29

Color information

#534A29 (or 0x534A29) is unknown color: approx Bronze Olive. HEX triplet: 53, 4A and 29. RGB value is (83,74,41). Sum of RGB (Red+Green+Blue) = 83+74+41=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #534A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A29 is #ACB5D6. Grayscale: #494949. Windows color (decimal): -11318743 or 2706003. OLE color: 2706003.

HSL color Cylindrical-coordinate representation of color #534A29: hue angle of 47.14º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534A29 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB837441-
CMYK00.110.510.67
HSL47.14º33.87%24.31%-
HSV(B)47.14º50.6%32.55%-
XYZ6.426.93.09-
YUV72.93109.98135.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 41 (16.41% from 255) = 20.71%
R=41.92%
G=37.37%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83744100.110.510.6747.1433.8724.31
Hex534A290B33432f2218
Octal1231125101363103574230
Binary1010011100101010100101011110011100001110111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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