#534822

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

Shades of Bronze Olive #534822

Tints of Bronze Olive #534822

Color information

#534822 (or 0x534822) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 22. RGB value is (83,72,34). Sum of RGB (Red+Green+Blue) = 83+72+34=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534822 is #ACB7DD. Grayscale: #474747. Windows color (decimal): -11319262 or 2246739. OLE color: 2246739.

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

Color convert

RGB837234-
CMYK00.130.590.67
HSL46.53º41.88%22.94%-
HSV(B)46.53º59.04%32.55%-
XYZ6.176.592.46-
YUV70.96107.14136.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 72 (28.52% from 255) = 38.10%
BLUE value IS 34 (13.67% from 255) = 17.99%
R=43.92%
G=38.10%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83723400.130.590.6746.5341.8822.94
Hex5348220D3B432f2a17
Octal1231104201573103575227
Binary1010011100100010001001101111011100001110111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534822; }

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

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

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

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

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

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

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

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