Html Css Color HEX #594625 Bronze Olive

📋 copy color: '#594625'

red 89 ◦ green 70 ◦ blue 37

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

Shades of Bronze Olive #594625

Tints of Bronze Olive #594625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.71%

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

R = 45.41%
G = 35.71%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#594625 (or 0x594625) is known color: Bronze Olive. HEX triplet: 59, 46 and 25. RGB value is (89,70,37). Sum of RGB (Red+Green+Blue) = 89+70+37=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #594625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594625 is #A6B9DA. Grayscale: #484848. Windows color (decimal): -10926555 or 2442841. OLE color: 2442841.

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

Color convert

RGB 89 70 37 -
CMYK 0 0.21 0.58 0.65
HSL 38.08º 0.41% 0.25% -
HSV(B) 38.08º 0.58% 0.35% -
XYZ 6.64 6.64 2.68 -
YUV 71.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 89 70 37 0 0.21 0.58 0.65 38.08 0.41 0.25
Hex 59 46 25 0 15 3A 41 26 29 19
Octal 131 106 45 0 25 72 101 46 51 31
Binary 1011001 1000110 100101 0 10101 111010 1000001 100110 101001 11001

Color Harmonies of #594625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594625

Black with #594625

Text Example


Text Example

White with #594625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594625; }

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

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

background-color css

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

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

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

border-color css

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

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

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