Html Css Color HEX #594512 Bronze Olive

📋 copy color: '#594512'

red 89 ◦ green 69 ◦ blue 18

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

Shades of Bronze Olive #594512

Tints of Bronze Olive #594512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.2%

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

R = 50.57%
G = 39.2%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#594512 (or 0x594512) is known color: Bronze Olive. HEX triplet: 59, 45 and 12. RGB value is (89,69,18). Sum of RGB (Red+Green+Blue) = 89+69+18=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #594512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594512 is #A6BAED. Grayscale: #454545. Windows color (decimal): -10926830 or 1197401. OLE color: 1197401.

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

Color convert

RGB 89 69 18 -
CMYK 0 0.22 0.80 0.65
HSL 43.1º 0.66% 0.21% -
HSV(B) 43.1º 0.8% 0.35% -
XYZ 6.36 6.42 1.48 -
YUV 69.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 89 69 18 0 0.22 0.80 0.65 43.1 0.66 0.21
Hex 59 45 12 0 16 50 41 2B 42 15
Octal 131 105 22 0 26 120 101 53 102 25
Binary 1011001 1000101 10010 0 10110 1010000 1000001 101011 1000010 10101

Color Harmonies of #594512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594512

Black with #594512

Text Example


Text Example

White with #594512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594512; }

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

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

background-color css

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

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

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

border-color css

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

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

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