#524320

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

Shades of Bronze Olive #524320

Tints of Bronze Olive #524320

Color information

#524320 (or 0x524320) is unknown color: approx Bronze Olive. HEX triplet: 52, 43 and 20. RGB value is (82,67,32). Sum of RGB (Red+Green+Blue) = 82+67+32=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #524320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524320 is #ADBCDF. Grayscale: #434343. Windows color (decimal): -11386080 or 2114386. OLE color: 2114386.

HSL color Cylindrical-coordinate representation of color #524320: hue angle of 42º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #524320 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB826732-
CMYK00.180.610.68
HSL42º43.86%22.35%-
HSV(B)42º60.98%32.16%-
XYZ5.755.912.2-
YUV67.5107.97138.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=45.30%
G=37.02%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82673200.180.610.684243.8622.35
Hex5243200123D442a2c16
Octal1221034002275104525426
Binary10100101000011100000010010111101100010010101010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524320; }

 p { color: rgb(82,67,32); }

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

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

 a { background-color: rgb(82,67,32); }

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

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

 span { border-color: rgb(82,67,32); }

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