#594825

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

Shades of Bronze Olive #594825

Tints of Bronze Olive #594825

Color information

#594825 (or 0x594825) is unknown color: approx Bronze Olive. HEX triplet: 59, 48 and 25. RGB value is (89,72,37). Sum of RGB (Red+Green+Blue) = 89+72+37=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #594825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594825 is #A6B7DA. Grayscale: #494949. Windows color (decimal): -10926043 or 2443353. OLE color: 2443353.

HSL color Cylindrical-coordinate representation of color #594825: hue angle of 40.38º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #594825 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB897237-
CMYK00.190.580.65
HSL40.38º41.27%24.71%-
HSV(B)40.38º58.43%34.9%-
XYZ6.776.892.72-
YUV73.09107.63139.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=44.95%
G=36.36%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89723700.190.580.6540.3841.2724.71
Hex5948250133A41282919
Octal1311104502372101505131
Binary10110011001000100101010011111010100000110100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594825; }

 p { color: rgb(89,72,37); }

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

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

 a { background-color: rgb(89,72,37); }

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

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

 span { border-color: rgb(89,72,37); }

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