Html Css Color HEX #594214 Bronze Olive

📋 copy color: '#594214'

red 89 ◦ green 66 ◦ blue 20

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

Shades of Bronze Olive #594214

Tints of Bronze Olive #594214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.71%

 BLUE value IS 20 (8.2% from 255) = 11.43%

R = 50.86%
G = 37.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#594214 (or 0x594214) is known color: Bronze Olive. HEX triplet: 59, 42 and 14. RGB value is (89,66,20). Sum of RGB (Red+Green+Blue) = 89+66+20=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #594214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594214 is #A6BDEB. Grayscale: #434343. Windows color (decimal): -10927596 or 1327705. OLE color: 1327705.

HSL color Cylindrical-coordinate representation of color #594214: hue angle of 40º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #594214 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 20 -
CMYK 0 0.26 0.78 0.65
HSL 40º 0.63% 0.21% -
HSV(B) 40º 0.78% 0.35% -
XYZ 6.19 6.07 1.51 -
YUV 67.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 89 66 20 0 0.26 0.78 0.65 40 0.63 0.21
Hex 59 42 14 0 1A 4E 41 28 3F 15
Octal 131 102 24 0 32 116 101 50 77 25
Binary 1011001 1000010 10100 0 11010 1001110 1000001 101000 111111 10101

Color Harmonies of #594214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594214

Black with #594214

Text Example


Text Example

White with #594214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594214; }

 p { color: rgb(89,66,20); }

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

background-color css

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

 a { background-color: rgb(89,66,20); }

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

border-color css

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

 span { border-color: rgb(89,66,20); }

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