Html Css Color HEX #595204 Bronze Olive

📋 copy color: '#595204'

red 89 ◦ green 82 ◦ blue 4

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

Shades of Bronze Olive #595204

Tints of Bronze Olive #595204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.86%

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

R = 50.86%
G = 46.86%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#595204 (or 0x595204) is known color: Bronze Olive. HEX triplet: 59, 52 and 04. RGB value is (89,82,4). Sum of RGB (Red+Green+Blue) = 89+82+4=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #595204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595204 is #A6ADFB. Grayscale: #4B4B4B. Windows color (decimal): -10923516 or 283225. OLE color: 283225.

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

Color convert

RGB 89 82 4 -
CMYK 0 0.08 0.96 0.65
HSL 55.06º 0.91% 0.18% -
HSV(B) 55.06º 0.96% 0.35% -
XYZ 7.16 8.17 1.31 -
YUV 75.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 89 82 4 0 0.08 0.96 0.65 55.06 0.91 0.18
Hex 59 52 4 0 8 60 41 37 5B 12
Octal 131 122 4 0 10 140 101 67 133 22
Binary 1011001 1010010 100 0 1000 1100000 1000001 110111 1011011 10010

Color Harmonies of #595204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595204

Black with #595204

Text Example


Text Example

White with #595204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595204; }

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

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

background-color css

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

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

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

border-color css

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

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

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