Html Css Color HEX #595319 Bronze Olive

📋 copy color: '#595319'

red 89 ◦ green 83 ◦ blue 25

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

Shades of Bronze Olive #595319

Tints of Bronze Olive #595319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.13%

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

R = 45.18%
G = 42.13%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#595319 (or 0x595319) is known color: Bronze Olive. HEX triplet: 59, 53 and 19. RGB value is (89,83,25). Sum of RGB (Red+Green+Blue) = 89+83+25=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #595319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595319 is #A6ACE6. Grayscale: #4E4E4E. Windows color (decimal): -10923239 or 1659737. OLE color: 1659737.

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

Color convert

RGB 89 83 25 -
CMYK 0 0.07 0.72 0.65
HSL 54.38º 0.56% 0.22% -
HSV(B) 54.38º 0.72% 0.35% -
XYZ 7.39 8.38 2.15 -
YUV 78.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 89 83 25 0 0.07 0.72 0.65 54.38 0.56 0.22
Hex 59 53 19 0 7 48 41 36 38 16
Octal 131 123 31 0 7 110 101 66 70 26
Binary 1011001 1010011 11001 0 111 1001000 1000001 110110 111000 10110

Color Harmonies of #595319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595319

Black with #595319

Text Example


Text Example

White with #595319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595319; }

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

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

background-color css

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

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

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

border-color css

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

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

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