Html Css Color HEX #595418 Bronze Olive

📋 copy color: '#595418'

red 89 ◦ green 84 ◦ blue 24

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

Shades of Bronze Olive #595418

Tints of Bronze Olive #595418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.64%

 BLUE value IS 24 (9.77% from 255) = 12.18%

R = 45.18%
G = 42.64%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#595418 (or 0x595418) is known color: Bronze Olive. HEX triplet: 59, 54 and 18. RGB value is (89,84,24). Sum of RGB (Red+Green+Blue) = 89+84+24=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #595418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595418 is #A6ABE7. Grayscale: #4E4E4E. Windows color (decimal): -10922984 or 1594457. OLE color: 1594457.

HSL color Cylindrical-coordinate representation of color #595418: hue angle of 55.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #595418 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 84 24 -
CMYK 0 0.06 0.73 0.65
HSL 55.38º 0.58% 0.22% -
HSV(B) 55.38º 0.73% 0.35% -
XYZ 7.46 8.53 2.12 -
YUV 78.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 89 84 24 0 0.06 0.73 0.65 55.38 0.58 0.22
Hex 59 54 18 0 6 49 41 37 3A 16
Octal 131 124 30 0 6 111 101 67 72 26
Binary 1011001 1010100 11000 0 110 1001001 1000001 110111 111010 10110

Color Harmonies of #595418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595418

Black with #595418

Text Example


Text Example

White with #595418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595418; }

 p { color: rgb(89,84,24); }

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

background-color css

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

 a { background-color: rgb(89,84,24); }

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

border-color css

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

 span { border-color: rgb(89,84,24); }

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