Html Css Color HEX #595228 Bronze Olive

📋 copy color: '#595228'

red 89 ◦ green 82 ◦ blue 40

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

Shades of Bronze Olive #595228

Tints of Bronze Olive #595228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.96%

R = 42.18%
G = 38.86%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#595228 (or 0x595228) is known color: Bronze Olive. HEX triplet: 59, 52 and 28. RGB value is (89,82,40). Sum of RGB (Red+Green+Blue) = 89+82+40=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #595228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595228 is #A6ADD7. Grayscale: #4F4F4F. Windows color (decimal): -10923480 or 2642521. OLE color: 2642521.

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

Color convert

RGB 89 82 40 -
CMYK 0 0.08 0.55 0.65
HSL 51.43º 0.38% 0.25% -
HSV(B) 51.43º 0.55% 0.35% -
XYZ 7.52 8.31 3.22 -
YUV 79.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 89 82 40 0 0.08 0.55 0.65 51.43 0.38 0.25
Hex 59 52 28 0 8 37 41 33 26 19
Octal 131 122 50 0 10 67 101 63 46 31
Binary 1011001 1010010 101000 0 1000 110111 1000001 110011 100110 11001

Color Harmonies of #595228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595228

Black with #595228

Text Example


Text Example

White with #595228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595228; }

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

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

background-color css

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

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

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

border-color css

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

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

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