Html Css Color HEX #595004 Bronze Olive

📋 copy color: '#595004'

red 89 ◦ green 80 ◦ blue 4

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

Shades of Bronze Olive #595004

Tints of Bronze Olive #595004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.31%

R = 51.45%
G = 46.24%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#595004 (or 0x595004) is known color: Bronze Olive. HEX triplet: 59, 50 and 04. RGB value is (89,80,4). Sum of RGB (Red+Green+Blue) = 89+80+4=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #595004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595004 is #A6AFFB. Grayscale: #4A4A4A. Windows color (decimal): -10924028 or 282713. OLE color: 282713.

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

Color convert

RGB 89 80 4 -
CMYK 0 0.10 0.96 0.65
HSL 53.65º 0.91% 0.18% -
HSV(B) 53.65º 0.96% 0.35% -
XYZ 7.01 7.87 1.26 -
YUV 74.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 89 80 4 0 0.10 0.96 0.65 53.65 0.91 0.18
Hex 59 50 4 0 A 60 41 36 5B 12
Octal 131 120 4 0 12 140 101 66 133 22
Binary 1011001 1010000 100 0 1010 1100000 1000001 110110 1011011 10010

Color Harmonies of #595004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595004

Black with #595004

Text Example


Text Example

White with #595004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595004; }

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

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

background-color css

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

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

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

border-color css

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

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

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