Html Css Color HEX #595225 Bronze Olive

📋 copy color: '#595225'

red 89 ◦ green 82 ◦ blue 37

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

Shades of Bronze Olive #595225

Tints of Bronze Olive #595225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.42%

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

R = 42.79%
G = 39.42%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#595225 (or 0x595225) is known color: Bronze Olive. HEX triplet: 59, 52 and 25. RGB value is (89,82,37). Sum of RGB (Red+Green+Blue) = 89+82+37=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #595225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595225 is #A6ADDA. Grayscale: #4F4F4F. Windows color (decimal): -10923483 or 2445913. OLE color: 2445913.

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

Color convert

RGB 89 82 37 -
CMYK 0 0.08 0.58 0.65
HSL 51.92º 0.41% 0.25% -
HSV(B) 51.92º 0.58% 0.35% -
XYZ 7.47 8.29 2.96 -
YUV 78.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 89 82 37 0 0.08 0.58 0.65 51.92 0.41 0.25
Hex 59 52 25 0 8 3A 41 34 29 19
Octal 131 122 45 0 10 72 101 64 51 31
Binary 1011001 1010010 100101 0 1000 111010 1000001 110100 101001 11001

Color Harmonies of #595225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595225

Black with #595225

Text Example


Text Example

White with #595225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595225; }

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

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

background-color css

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

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

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

border-color css

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

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

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