Html Css Color HEX #594A27 Bronze Olive

📋 copy color: '#594A27'

red 89 ◦ green 74 ◦ blue 39

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

Shades of Bronze Olive #594A27

Tints of Bronze Olive #594A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.63%

 BLUE value IS 39 (15.63% from 255) = 19.31%

R = 44.06%
G = 36.63%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#594A27 (or 0x594A27) is known color: Bronze Olive. HEX triplet: 59, 4A and 27. RGB value is (89,74,39). Sum of RGB (Red+Green+Blue) = 89+74+39=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #594A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A27 is #A6B5D8. Grayscale: #4A4A4A. Windows color (decimal): -10925529 or 2574937. OLE color: 2574937.

HSL color Cylindrical-coordinate representation of color #594A27: hue angle of 42º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #594A27 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 74 39 -
CMYK 0 0.17 0.56 0.65
HSL 42º 0.39% 0.25% -
HSV(B) 42º 0.56% 0.35% -
XYZ 6.93 7.17 2.94 -
YUV 74.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 89 74 39 0 0.17 0.56 0.65 42 0.39 0.25
Hex 59 4A 27 0 11 38 41 2A 27 19
Octal 131 112 47 0 21 70 101 52 47 31
Binary 1011001 1001010 100111 0 10001 111000 1000001 101010 100111 11001

Color Harmonies of #594A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594A27

Black with #594A27

Text Example


Text Example

White with #594A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594A27; }

 p { color: rgb(89,74,39); }

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

background-color css

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

 a { background-color: rgb(89,74,39); }

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

border-color css

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

 span { border-color: rgb(89,74,39); }

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