#534824

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

Shades of Bronze Olive #534824

Tints of Bronze Olive #534824

Color information

#534824 (or 0x534824) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 24. RGB value is (83,72,36). Sum of RGB (Red+Green+Blue) = 83+72+36=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534824 is #ACB7DB. Grayscale: #474747. Windows color (decimal): -11319260 or 2377811. OLE color: 2377811.

HSL color Cylindrical-coordinate representation of color #534824: hue angle of 45.96º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534824 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB837236-
CMYK00.130.570.67
HSL45.96º39.5%23.33%-
HSV(B)45.96º56.63%32.55%-
XYZ6.26.62.62-
YUV71.18108.14136.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 36 (14.45% from 255) = 18.85%
R=43.46%
G=37.70%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83723600.130.570.6745.9639.523.33
Hex5348240D39432e2717
Octal1231104401571103564727
Binary1010011100100010010001101111001100001110111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534824; }

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

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

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

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

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

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

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

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