Html Css Color HEX #595018 Bronze Olive

📋 copy color: '#595018'

red 89 ◦ green 80 ◦ blue 24

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

Shades of Bronze Olive #595018

Tints of Bronze Olive #595018

RGB

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

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

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

R = 46.11%
G = 41.45%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#595018 (or 0x595018) is known color: Bronze Olive. HEX triplet: 59, 50 and 18. RGB value is (89,80,24). Sum of RGB (Red+Green+Blue) = 89+80+24=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #595018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595018 is #A6AFE7. Grayscale: #4C4C4C. Windows color (decimal): -10924008 or 1593433. OLE color: 1593433.

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

Color convert

RGB 89 80 24 -
CMYK 0 0.10 0.73 0.65
HSL 51.69º 0.58% 0.22% -
HSV(B) 51.69º 0.73% 0.35% -
XYZ 7.15 7.93 2.02 -
YUV 76.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 89 80 24 0 0.10 0.73 0.65 51.69 0.58 0.22
Hex 59 50 18 0 A 49 41 34 3A 16
Octal 131 120 30 0 12 111 101 64 72 26
Binary 1011001 1010000 11000 0 1010 1001001 1000001 110100 111010 10110

Color Harmonies of #595018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595018

Black with #595018

Text Example


Text Example

White with #595018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595018; }

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

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

background-color css

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

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

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

border-color css

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

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

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