Html Css Color HEX #594413 Bronze Olive

📋 copy color: '#594413'

red 89 ◦ green 68 ◦ blue 19

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

Shades of Bronze Olive #594413

Tints of Bronze Olive #594413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.64%

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

R = 50.57%
G = 38.64%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#594413 (or 0x594413) is known color: Bronze Olive. HEX triplet: 59, 44 and 13. RGB value is (89,68,19). Sum of RGB (Red+Green+Blue) = 89+68+19=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #594413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594413 is #A6BBEC. Grayscale: #444444. Windows color (decimal): -10927085 or 1262681. OLE color: 1262681.

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

Color convert

RGB 89 68 19 -
CMYK 0 0.24 0.79 0.65
HSL 42º 0.65% 0.21% -
HSV(B) 42º 0.79% 0.35% -
XYZ 6.3 6.31 1.5 -
YUV 68.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 89 68 19 0 0.24 0.79 0.65 42 0.65 0.21
Hex 59 44 13 0 18 4F 41 2A 41 15
Octal 131 104 23 0 30 117 101 52 101 25
Binary 1011001 1000100 10011 0 11000 1001111 1000001 101010 1000001 10101

Color Harmonies of #594413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594413

Black with #594413

Text Example


Text Example

White with #594413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594413; }

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

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

background-color css

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

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

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

border-color css

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

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

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