#524521

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

Shades of Bronze Olive #524521

Tints of Bronze Olive #524521

Color information

#524521 (or 0x524521) is unknown color: approx Bronze Olive. HEX triplet: 52, 45 and 21. RGB value is (82,69,33). Sum of RGB (Red+Green+Blue) = 82+69+33=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #524521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524521 is #ADBADE. Grayscale: #444444. Windows color (decimal): -11385567 or 2180434. OLE color: 2180434.

HSL color Cylindrical-coordinate representation of color #524521: hue angle of 44.08º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #524521 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB826933-
CMYK00.160.600.68
HSL44.08º42.61%22.55%-
HSV(B)44.08º59.76%32.16%-
XYZ5.886.162.32-
YUV68.78107.81137.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=44.57%
G=37.5%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82693300.160.600.6844.0842.6122.55
Hex5245210103C442c2b17
Octal1221054102074104545327
Binary10100101000101100001010000111100100010010110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524521; }

 p { color: rgb(82,69,33); }

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

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

 a { background-color: rgb(82,69,33); }

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

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

 span { border-color: rgb(82,69,33); }

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