#524418

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

Shades of Bronze Olive #524418

Tints of Bronze Olive #524418

Color information

#524418 (or 0x524418) is unknown color: approx Bronze Olive. HEX triplet: 52, 44 and 18. RGB value is (82,68,24). Sum of RGB (Red+Green+Blue) = 82+68+24=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #524418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524418 is #ADBBE7. Grayscale: #434343. Windows color (decimal): -11385832 or 1590354. OLE color: 1590354.

HSL color Cylindrical-coordinate representation of color #524418: hue angle of 45.52º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #524418 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB826824-
CMYK00.170.710.68
HSL45.52º54.72%20.78%-
HSV(B)45.52º70.73%32.16%-
XYZ5.715.991.72-
YUV67.17103.64138.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 24 (9.77% from 255) = 13.79%
R=47.13%
G=39.08%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82682400.170.710.6845.5254.7220.78
Hex52441801147442e3715
Octal12210430021107104566725
Binary10100101000100110000100011000111100010010111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524418; }

 p { color: rgb(82,68,24); }

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

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

 a { background-color: rgb(82,68,24); }

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

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

 span { border-color: rgb(82,68,24); }

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