#524321

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

Shades of Bronze Olive #524321

Tints of Bronze Olive #524321

Color information

#524321 (or 0x524321) is unknown color: approx Bronze Olive. HEX triplet: 52, 43 and 21. RGB value is (82,67,33). Sum of RGB (Red+Green+Blue) = 82+67+33=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #524321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524321 is #ADBCDE. Grayscale: #434343. Windows color (decimal): -11386079 or 2179922. OLE color: 2179922.

HSL color Cylindrical-coordinate representation of color #524321: hue angle of 41.63º 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 #524321 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB826733-
CMYK00.180.600.68
HSL41.63º42.61%22.55%-
HSV(B)41.63º59.76%32.16%-
XYZ5.765.922.28-
YUV67.61108.47138.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=45.05%
G=36.81%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82673300.180.600.6841.6342.6122.55
Hex5243210123C442a2b17
Octal1221034102274104525327
Binary10100101000011100001010010111100100010010101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524321; }

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

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

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

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

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

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

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

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