#524425

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

Shades of Bronze Olive #524425

Tints of Bronze Olive #524425

Color information

#524425 (or 0x524425) is unknown color: approx Bronze Olive. HEX triplet: 52, 44 and 25. RGB value is (82,68,37). Sum of RGB (Red+Green+Blue) = 82+68+37=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #524425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524425 is #ADBBDA. Grayscale: #444444. Windows color (decimal): -11385819 or 2442322. OLE color: 2442322.

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

Color convert

RGB826837-
CMYK00.170.550.68
HSL41.33º37.82%23.33%-
HSV(B)41.33º54.88%32.16%-
XYZ5.886.062.61-
YUV68.65110.14137.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 37 (14.84% from 255) = 19.79%
R=43.85%
G=36.36%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82683700.170.550.6841.3337.8223.33
Hex5244250113744292617
Octal1221044502167104514627
Binary10100101000100100101010001110111100010010100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524425; }

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

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

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

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

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

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

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

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