Html Css Color HEX #595226 Bronze Olive

📋 copy color: '#595226'

red 89 ◦ green 82 ◦ blue 38

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

Shades of Bronze Olive #595226

Tints of Bronze Olive #595226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.18%

R = 42.58%
G = 39.23%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#595226 (or 0x595226) is known color: Bronze Olive. HEX triplet: 59, 52 and 26. RGB value is (89,82,38). Sum of RGB (Red+Green+Blue) = 89+82+38=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #595226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595226 is #A6ADD9. Grayscale: #4F4F4F. Windows color (decimal): -10923482 or 2511449. OLE color: 2511449.

HSL color Cylindrical-coordinate representation of color #595226: hue angle of 51.76º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595226 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 82 38 -
CMYK 0 0.08 0.57 0.65
HSL 51.76º 0.4% 0.25% -
HSV(B) 51.76º 0.57% 0.35% -
XYZ 7.49 8.3 3.04 -
YUV 79.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 89 82 38 0 0.08 0.57 0.65 51.76 0.4 0.25
Hex 59 52 26 0 8 39 41 34 28 19
Octal 131 122 46 0 10 71 101 64 50 31
Binary 1011001 1010010 100110 0 1000 111001 1000001 110100 101000 11001

Color Harmonies of #595226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595226

Black with #595226

Text Example


Text Example

White with #595226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595226; }

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

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

background-color css

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

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

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

border-color css

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

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

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