Html Css Color HEX #595025 Bronze Olive

📋 copy color: '#595025'

red 89 ◦ green 80 ◦ blue 37

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

Shades of Bronze Olive #595025

Tints of Bronze Olive #595025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.83%

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

R = 43.2%
G = 38.83%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#595025 (or 0x595025) is known color: Bronze Olive. HEX triplet: 59, 50 and 25. RGB value is (89,80,37). Sum of RGB (Red+Green+Blue) = 89+80+37=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #595025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595025 is #A6AFDA. Grayscale: #4D4D4D. Windows color (decimal): -10923995 or 2445401. OLE color: 2445401.

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

Color convert

RGB 89 80 37 -
CMYK 0 0.10 0.58 0.65
HSL 49.62º 0.41% 0.25% -
HSV(B) 49.62º 0.58% 0.35% -
XYZ 7.32 7.99 2.91 -
YUV 77.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 89 80 37 0 0.10 0.58 0.65 49.62 0.41 0.25
Hex 59 50 25 0 A 3A 41 32 29 19
Octal 131 120 45 0 12 72 101 62 51 31
Binary 1011001 1010000 100101 0 1010 111010 1000001 110010 101001 11001

Color Harmonies of #595025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595025

Black with #595025

Text Example


Text Example

White with #595025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595025; }

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

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

background-color css

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

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

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

border-color css

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

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

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