#534829

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

Shades of Bronze Olive #534829

Tints of Bronze Olive #534829

Color information

#534829 (or 0x534829) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 29. RGB value is (83,72,41). Sum of RGB (Red+Green+Blue) = 83+72+41=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #534829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534829 is #ACB7D6. Grayscale: #474747. Windows color (decimal): -11319255 or 2705491. OLE color: 2705491.

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

Color convert

RGB837241-
CMYK00.130.510.67
HSL44.29º33.87%24.31%-
HSV(B)44.29º50.6%32.55%-
XYZ6.286.633.05-
YUV71.76110.64136.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=42.35%
G=36.73%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83724100.130.510.6744.2933.8724.31
Hex5348290D33432c2218
Octal1231105101563103544230
Binary1010011100100010100101101110011100001110110010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534829; }

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

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

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

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

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

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

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

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