#594B26

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

Shades of Bronze Olive #594B26

Tints of Bronze Olive #594B26

Color information

#594B26 (or 0x594B26) is unknown color: approx Bronze Olive. HEX triplet: 59, 4B and 26. RGB value is (89,75,38). Sum of RGB (Red+Green+Blue) = 89+75+38=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #594B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B26 is #A6B4D9. Grayscale: #4B4B4B. Windows color (decimal): -10925274 or 2509657. OLE color: 2509657.

HSL color Cylindrical-coordinate representation of color #594B26: hue angle of 43.53º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #594B26 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB897538-
CMYK00.160.570.65
HSL43.53º40.16%24.9%-
HSV(B)43.53º57.3%34.9%-
XYZ6.997.32.87-
YUV74.97107.14138.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 75 (29.69% from 255) = 37.13%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=44.06%
G=37.13%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89753800.160.570.6543.5340.1624.9
Hex594B2601039412c2819
Octal1311134602071101545031
Binary10110011001011100110010000111001100000110110010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594B26; }

 p { color: rgb(89,75,38); }

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

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

 a { background-color: rgb(89,75,38); }

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

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

 span { border-color: rgb(89,75,38); }

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