Html Css Color HEX #594312 Bronze Olive

📋 copy color: '#594312'

red 89 ◦ green 67 ◦ blue 18

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

Shades of Bronze Olive #594312

Tints of Bronze Olive #594312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

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

R = 51.15%
G = 38.51%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#594312 (or 0x594312) is known color: Bronze Olive. HEX triplet: 59, 43 and 12. RGB value is (89,67,18). Sum of RGB (Red+Green+Blue) = 89+67+18=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #594312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594312 is #A6BCED. Grayscale: #444444. Windows color (decimal): -10927342 or 1196889. OLE color: 1196889.

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

Color convert

RGB 89 67 18 -
CMYK 0 0.25 0.80 0.65
HSL 41.41º 0.66% 0.21% -
HSV(B) 41.41º 0.8% 0.35% -
XYZ 6.24 6.18 1.44 -
YUV 67.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 89 67 18 0 0.25 0.80 0.65 41.41 0.66 0.21
Hex 59 43 12 0 19 50 41 29 42 15
Octal 131 103 22 0 31 120 101 51 102 25
Binary 1011001 1000011 10010 0 11001 1010000 1000001 101001 1000010 10101

Color Harmonies of #594312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594312

Black with #594312

Text Example


Text Example

White with #594312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594312; }

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

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

background-color css

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

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

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

border-color css

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

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

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