Html Css Color HEX #595104 Bronze Olive

📋 copy color: '#595104'

red 89 ◦ green 81 ◦ blue 4

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

Shades of Bronze Olive #595104

Tints of Bronze Olive #595104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.55%

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

R = 51.15%
G = 46.55%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#595104 (or 0x595104) is known color: Bronze Olive. HEX triplet: 59, 51 and 04. RGB value is (89,81,4). Sum of RGB (Red+Green+Blue) = 89+81+4=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #595104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595104 is #A6AEFB. Grayscale: #4A4A4A. Windows color (decimal): -10923772 or 282969. OLE color: 282969.

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

Color convert

RGB 89 81 4 -
CMYK 0 0.09 0.96 0.65
HSL 54.35º 0.91% 0.18% -
HSV(B) 54.35º 0.96% 0.35% -
XYZ 7.08 8.02 1.29 -
YUV 74.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 89 81 4 0 0.09 0.96 0.65 54.35 0.91 0.18
Hex 59 51 4 0 9 60 41 36 5B 12
Octal 131 121 4 0 11 140 101 66 133 22
Binary 1011001 1010001 100 0 1001 1100000 1000001 110110 1011011 10010

Color Harmonies of #595104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595104

Black with #595104

Text Example


Text Example

White with #595104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595104; }

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

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

background-color css

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

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

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

border-color css

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

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

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