Html Css Color HEX #595125 Bronze Olive

📋 copy color: '#595125'

red 89 ◦ green 81 ◦ blue 37

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

Shades of Bronze Olive #595125

Tints of Bronze Olive #595125

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.13%

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

R = 43%
G = 39.13%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#595125 (or 0x595125) is known color: Bronze Olive. HEX triplet: 59, 51 and 25. RGB value is (89,81,37). Sum of RGB (Red+Green+Blue) = 89+81+37=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #595125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595125 is #A6AEDA. Grayscale: #4E4E4E. Windows color (decimal): -10923739 or 2445657. OLE color: 2445657.

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

Color convert

RGB 89 81 37 -
CMYK 0 0.09 0.58 0.65
HSL 50.77º 0.41% 0.25% -
HSV(B) 50.77º 0.58% 0.35% -
XYZ 7.4 8.14 2.93 -
YUV 78.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 89 81 37 0 0.09 0.58 0.65 50.77 0.41 0.25
Hex 59 51 25 0 9 3A 41 33 29 19
Octal 131 121 45 0 11 72 101 63 51 31
Binary 1011001 1010001 100101 0 1001 111010 1000001 110011 101001 11001

Color Harmonies of #595125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595125

Black with #595125

Text Example


Text Example

White with #595125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595125; }

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

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

background-color css

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

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

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

border-color css

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

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

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