Html Css Color HEX #594F25 Bronze Olive

📋 copy color: '#594F25'

red 89 ◦ green 79 ◦ blue 37

#594F25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #594F25

Tints of Bronze Olive #594F25

RGB

 RED value IS 89 (35.16% from 255) = 43.41%

 GREEN value IS 79 (31.25% from 255) = 38.54%

 BLUE value IS 37 (14.84% from 255) = 18.05%

R = 43.41%
G = 38.54%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#594F25 (or 0x594F25) is known color: Bronze Olive. HEX triplet: 59, 4F and 25. RGB value is (89,79,37). Sum of RGB (Red+Green+Blue) = 89+79+37=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #594F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F25 is #A6B0DA. Grayscale: #4D4D4D. Windows color (decimal): -10924251 or 2445145. OLE color: 2445145.

HSL color Cylindrical-coordinate representation of color #594F25: hue angle of 48.46º 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 #594F25 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 79 37 -
CMYK 0 0.11 0.58 0.65
HSL 48.46º 0.41% 0.25% -
HSV(B) 48.46º 0.58% 0.35% -
XYZ 7.25 7.85 2.88 -
YUV 77.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 89 79 37 0 0.11 0.58 0.65 48.46 0.41 0.25
Hex 59 4F 25 0 B 3A 41 30 29 19
Octal 131 117 45 0 13 72 101 60 51 31
Binary 1011001 1001111 100101 0 1011 111010 1000001 110000 101001 11001

Color Harmonies of #594F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F25

Black with #594F25

Text Example


Text Example

White with #594F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #594F25;
 }
 .AnyTagClassName
 {
   color: #594F25;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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