Html Css Color HEX #595001 Bronze Olive

📋 copy color: '#595001'

red 89 ◦ green 80 ◦ blue 1

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

Shades of Bronze Olive #595001

Tints of Bronze Olive #595001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 52.35%
G = 47.06%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#595001 (or 0x595001) is known color: Bronze Olive. HEX triplet: 59, 50 and 01. RGB value is (89,80,1). Sum of RGB (Red+Green+Blue) = 89+80+1=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #595001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595001 is #A6AFFE. Grayscale: #4A4A4A. Windows color (decimal): -10924031 or 86105. OLE color: 86105.

HSL color Cylindrical-coordinate representation of color #595001: hue angle of 53.86º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #595001 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 1 -
CMYK 0 0.10 0.99 0.65
HSL 53.86º 0.98% 0.18% -
HSV(B) 53.86º 0.99% 0.35% -
XYZ 6.99 7.86 1.18 -
YUV 73.69 86.98 138.92 -
System Red Green Blue C M Y K H S L
Decimal 89 80 1 0 0.10 0.99 0.65 53.86 0.98 0.18
Hex 59 50 1 0 A 63 41 36 62 12
Octal 131 120 1 0 12 143 101 66 142 22
Binary 1011001 1010000 1 0 1010 1100011 1000001 110110 1100010 10010

Color Harmonies of #595001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595001

Black with #595001

Text Example


Text Example

White with #595001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595001; }

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

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

background-color css

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

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

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

border-color css

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

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

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