Html Css Color HEX #594725 Bronze Olive

📋 copy color: '#594725'

red 89 ◦ green 71 ◦ blue 37

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

Shades of Bronze Olive #594725

Tints of Bronze Olive #594725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.04%

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

R = 45.18%
G = 36.04%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#594725 (or 0x594725) is known color: Bronze Olive. HEX triplet: 59, 47 and 25. RGB value is (89,71,37). Sum of RGB (Red+Green+Blue) = 89+71+37=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #594725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594725 is #A6B8DA. Grayscale: #484848. Windows color (decimal): -10926299 or 2443097. OLE color: 2443097.

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

Color convert

RGB 89 71 37 -
CMYK 0 0.20 0.58 0.65
HSL 39.23º 0.41% 0.25% -
HSV(B) 39.23º 0.58% 0.35% -
XYZ 6.71 6.76 2.7 -
YUV 72.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 89 71 37 0 0.20 0.58 0.65 39.23 0.41 0.25
Hex 59 47 25 0 14 3A 41 27 29 19
Octal 131 107 45 0 24 72 101 47 51 31
Binary 1011001 1000111 100101 0 10100 111010 1000001 100111 101001 11001

Color Harmonies of #594725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594725

Black with #594725

Text Example


Text Example

White with #594725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594725; }

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

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

background-color css

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

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

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

border-color css

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

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

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