#534522

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

Shades of Bronze Olive #534522

Tints of Bronze Olive #534522

Color information

#534522 (or 0x534522) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 22. RGB value is (83,69,34). Sum of RGB (Red+Green+Blue) = 83+69+34=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534522 is #ACBADD. Grayscale: #454545. Windows color (decimal): -11320030 or 2245971. OLE color: 2245971.

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

Color convert

RGB836934-
CMYK00.170.590.67
HSL42.86º41.88%22.94%-
HSV(B)42.86º59.04%32.55%-
XYZ5.986.212.4-
YUV69.2108.14137.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 34 (13.67% from 255) = 18.28%
R=44.62%
G=37.10%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83693400.170.590.6742.8641.8822.94
Hex5345220113B432b2a17
Octal1231054202173103535227
Binary10100111000101100010010001111011100001110101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534522; }

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

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

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

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

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

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

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

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