Html Css Color HEX #595003 Bronze Olive

📋 copy color: '#595003'

red 89 ◦ green 80 ◦ blue 3

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

Shades of Bronze Olive #595003

Tints of Bronze Olive #595003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.74%

R = 51.74%
G = 46.51%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#595003 (or 0x595003) is known color: Bronze Olive. HEX triplet: 59, 50 and 03. RGB value is (89,80,3). Sum of RGB (Red+Green+Blue) = 89+80+3=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #595003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595003 is #A6AFFC. Grayscale: #4A4A4A. Windows color (decimal): -10924029 or 217177. OLE color: 217177.

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

Color convert

RGB 89 80 3 -
CMYK 0 0.10 0.97 0.65
HSL 53.72º 0.93% 0.18% -
HSV(B) 53.72º 0.97% 0.35% -
XYZ 7 7.87 1.24 -
YUV 73.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 89 80 3 0 0.10 0.97 0.65 53.72 0.93 0.18
Hex 59 50 3 0 A 61 41 36 5D 12
Octal 131 120 3 0 12 141 101 66 135 22
Binary 1011001 1010000 11 0 1010 1100001 1000001 110110 1011101 10010

Color Harmonies of #595003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595003

Black with #595003

Text Example


Text Example

White with #595003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595003; }

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

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

background-color css

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

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

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

border-color css

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

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

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