Html Css Color HEX #594613 Bronze Olive

📋 copy color: '#594613'

red 89 ◦ green 70 ◦ blue 19

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

Shades of Bronze Olive #594613

Tints of Bronze Olive #594613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.33%

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

R = 50%
G = 39.33%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#594613 (or 0x594613) is known color: Bronze Olive. HEX triplet: 59, 46 and 13. RGB value is (89,70,19). Sum of RGB (Red+Green+Blue) = 89+70+19=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #594613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594613 is #A6B9EC. Grayscale: #464646. Windows color (decimal): -10926573 or 1263193. OLE color: 1263193.

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

Color convert

RGB 89 70 19 -
CMYK 0 0.21 0.79 0.65
HSL 43.71º 0.65% 0.21% -
HSV(B) 43.71º 0.79% 0.35% -
XYZ 6.43 6.55 1.54 -
YUV 69.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 89 70 19 0 0.21 0.79 0.65 43.71 0.65 0.21
Hex 59 46 13 0 15 4F 41 2C 41 15
Octal 131 106 23 0 25 117 101 54 101 25
Binary 1011001 1000110 10011 0 10101 1001111 1000001 101100 1000001 10101

Color Harmonies of #594613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594613

Black with #594613

Text Example


Text Example

White with #594613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594613; }

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

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

background-color css

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

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

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

border-color css

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

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

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