Html Css Color HEX #595219 Bronze Olive

📋 copy color: '#595219'

red 89 ◦ green 82 ◦ blue 25

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

Shades of Bronze Olive #595219

Tints of Bronze Olive #595219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.76%

R = 45.41%
G = 41.84%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#595219 (or 0x595219) is known color: Bronze Olive. HEX triplet: 59, 52 and 19. RGB value is (89,82,25). Sum of RGB (Red+Green+Blue) = 89+82+25=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #595219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595219 is #A6ADE6. Grayscale: #4D4D4D. Windows color (decimal): -10923495 or 1659481. OLE color: 1659481.

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

Color convert

RGB 89 82 25 -
CMYK 0 0.08 0.72 0.65
HSL 53.44º 0.56% 0.22% -
HSV(B) 53.44º 0.72% 0.35% -
XYZ 7.31 8.23 2.12 -
YUV 77.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 89 82 25 0 0.08 0.72 0.65 53.44 0.56 0.22
Hex 59 52 19 0 8 48 41 35 38 16
Octal 131 122 31 0 10 110 101 65 70 26
Binary 1011001 1010010 11001 0 1000 1001000 1000001 110101 111000 10110

Color Harmonies of #595219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595219

Black with #595219

Text Example


Text Example

White with #595219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595219; }

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

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

background-color css

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

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

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

border-color css

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

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

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