Html Css Color HEX #594A12 Bronze Olive

📋 copy color: '#594A12'

red 89 ◦ green 74 ◦ blue 18

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

Shades of Bronze Olive #594A12

Tints of Bronze Olive #594A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 49.17%
G = 40.88%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#594A12 (or 0x594A12) is known color: Bronze Olive. HEX triplet: 59, 4A and 12. RGB value is (89,74,18). Sum of RGB (Red+Green+Blue) = 89+74+18=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #594A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A12 is #A6B5ED. Grayscale: #484848. Windows color (decimal): -10925550 or 1198681. OLE color: 1198681.

HSL color Cylindrical-coordinate representation of color #594A12: hue angle of 47.32º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #594A12 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 74 18 -
CMYK 0 0.17 0.80 0.65
HSL 47.32º 0.66% 0.21% -
HSV(B) 47.32º 0.8% 0.35% -
XYZ 6.68 7.07 1.58 -
YUV 72.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 89 74 18 0 0.17 0.80 0.65 47.32 0.66 0.21
Hex 59 4A 12 0 11 50 41 2F 42 15
Octal 131 112 22 0 21 120 101 57 102 25
Binary 1011001 1001010 10010 0 10001 1010000 1000001 101111 1000010 10101

Color Harmonies of #594A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594A12

Black with #594A12

Text Example


Text Example

White with #594A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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