Html Css Color HEX #594E0C Bronze Olive

📋 copy color: '#594E0C'

red 89 ◦ green 78 ◦ blue 12

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

Shades of Bronze Olive #594E0C

Tints of Bronze Olive #594E0C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 43.58%

 BLUE value IS 12 (5.08% from 255) = 6.7%

R = 49.72%
G = 43.58%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#594E0C (or 0x594E0C) is known color: Bronze Olive. HEX triplet: 59, 4E and 0C. RGB value is (89,78,12). Sum of RGB (Red+Green+Blue) = 89+78+12=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #594E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E0C is #A6B1F3. Grayscale: #4A4A4A. Windows color (decimal): -10924532 or 806489. OLE color: 806489.

HSL color Cylindrical-coordinate representation of color #594E0C: hue angle of 51.43º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #594E0C is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 78 12 -
CMYK 0 0.12 0.87 0.65
HSL 51.43º 0.76% 0.2% -
HSV(B) 51.43º 0.87% 0.35% -
XYZ 6.91 7.6 1.45 -
YUV 73.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 89 78 12 0 0.12 0.87 0.65 51.43 0.76 0.2
Hex 59 4E C 0 C 57 41 33 4C 14
Octal 131 116 14 0 14 127 101 63 114 24
Binary 1011001 1001110 1100 0 1100 1010111 1000001 110011 1001100 10100

Color Harmonies of #594E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E0C

Black with #594E0C

Text Example


Text Example

White with #594E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,78,12); }

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

background-color css

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

 a { background-color: rgb(89,78,12); }

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

border-color css

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

 span { border-color: rgb(89,78,12); }

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