Html Css Color HEX #595026 Bronze Olive

📋 copy color: '#595026'

red 89 ◦ green 80 ◦ blue 38

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

Shades of Bronze Olive #595026

Tints of Bronze Olive #595026

RGB

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

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

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

R = 43%
G = 38.65%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#595026 (or 0x595026) is known color: Bronze Olive. HEX triplet: 59, 50 and 26. RGB value is (89,80,38). Sum of RGB (Red+Green+Blue) = 89+80+38=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #595026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595026 is #A6AFD9. Grayscale: #4E4E4E. Windows color (decimal): -10923994 or 2510937. OLE color: 2510937.

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

Color convert

RGB 89 80 38 -
CMYK 0 0.10 0.57 0.65
HSL 49.41º 0.4% 0.25% -
HSV(B) 49.41º 0.57% 0.35% -
XYZ 7.34 8 2.99 -
YUV 77.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 89 80 38 0 0.10 0.57 0.65 49.41 0.4 0.25
Hex 59 50 26 0 A 39 41 31 28 19
Octal 131 120 46 0 12 71 101 61 50 31
Binary 1011001 1010000 100110 0 1010 111001 1000001 110001 101000 11001

Color Harmonies of #595026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595026

Black with #595026

Text Example


Text Example

White with #595026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595026; }

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

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

background-color css

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

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

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

border-color css

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

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

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