Html Css Color HEX #594414 Bronze Olive

📋 copy color: '#594414'

red 89 ◦ green 68 ◦ blue 20

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

Shades of Bronze Olive #594414

Tints of Bronze Olive #594414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.42%

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

R = 50.28%
G = 38.42%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#594414 (or 0x594414) is known color: Bronze Olive. HEX triplet: 59, 44 and 14. RGB value is (89,68,20). Sum of RGB (Red+Green+Blue) = 89+68+20=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #594414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594414 is #A6BBEB. Grayscale: #454545. Windows color (decimal): -10927084 or 1328217. OLE color: 1328217.

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

Color convert

RGB 89 68 20 -
CMYK 0 0.24 0.78 0.65
HSL 41.74º 0.63% 0.21% -
HSV(B) 41.74º 0.78% 0.35% -
XYZ 6.31 6.31 1.55 -
YUV 68.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 89 68 20 0 0.24 0.78 0.65 41.74 0.63 0.21
Hex 59 44 14 0 18 4E 41 2A 3F 15
Octal 131 104 24 0 30 116 101 52 77 25
Binary 1011001 1000100 10100 0 11000 1001110 1000001 101010 111111 10101

Color Harmonies of #594414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594414

Black with #594414

Text Example


Text Example

White with #594414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594414; }

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

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

background-color css

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

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

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

border-color css

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

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

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