Html Css Color HEX #594F27 Bronze Olive

📋 copy color: '#594F27'

red 89 ◦ green 79 ◦ blue 39

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

Shades of Bronze Olive #594F27

Tints of Bronze Olive #594F27

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.16%

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

R = 43%
G = 38.16%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#594F27 (or 0x594F27) is known color: Bronze Olive. HEX triplet: 59, 4F and 27. RGB value is (89,79,39). Sum of RGB (Red+Green+Blue) = 89+79+39=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #594F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F27 is #A6B0D8. Grayscale: #4D4D4D. Windows color (decimal): -10924249 or 2576217. OLE color: 2576217.

HSL color Cylindrical-coordinate representation of color #594F27: hue angle of 48º 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 #594F27 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 79 39 -
CMYK 0 0.11 0.56 0.65
HSL 48º 0.39% 0.25% -
HSV(B) 48º 0.56% 0.35% -
XYZ 7.28 7.86 3.05 -
YUV 77.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 89 79 39 0 0.11 0.56 0.65 48 0.39 0.25
Hex 59 4F 27 0 B 38 41 30 27 19
Octal 131 117 47 0 13 70 101 60 47 31
Binary 1011001 1001111 100111 0 1011 111000 1000001 110000 100111 11001

Color Harmonies of #594F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F27

Black with #594F27

Text Example


Text Example

White with #594F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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