Html Css Color HEX #594313 Bronze Olive

📋 copy color: '#594313'

red 89 ◦ green 67 ◦ blue 19

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

Shades of Bronze Olive #594313

Tints of Bronze Olive #594313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.86%

R = 50.86%
G = 38.29%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#594313 (or 0x594313) is known color: Bronze Olive. HEX triplet: 59, 43 and 13. RGB value is (89,67,19). Sum of RGB (Red+Green+Blue) = 89+67+19=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #594313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594313 is #A6BCEC. Grayscale: #444444. Windows color (decimal): -10927341 or 1262425. OLE color: 1262425.

HSL color Cylindrical-coordinate representation of color #594313: hue angle of 41.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #594313 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 67 19 -
CMYK 0 0.25 0.79 0.65
HSL 41.14º 0.65% 0.21% -
HSV(B) 41.14º 0.79% 0.35% -
XYZ 6.24 6.19 1.48 -
YUV 68.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 89 67 19 0 0.25 0.79 0.65 41.14 0.65 0.21
Hex 59 43 13 0 19 4F 41 29 41 15
Octal 131 103 23 0 31 117 101 51 101 25
Binary 1011001 1000011 10011 0 11001 1001111 1000001 101001 1000001 10101

Color Harmonies of #594313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594313

Black with #594313

Text Example


Text Example

White with #594313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594313; }

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

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

background-color css

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

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

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

border-color css

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

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

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