Html Css Color HEX #594213 Bronze Olive

📋 copy color: '#594213'

red 89 ◦ green 66 ◦ blue 19

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

Shades of Bronze Olive #594213

Tints of Bronze Olive #594213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.93%

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

R = 51.15%
G = 37.93%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#594213 (or 0x594213) is known color: Bronze Olive. HEX triplet: 59, 42 and 13. RGB value is (89,66,19). Sum of RGB (Red+Green+Blue) = 89+66+19=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #594213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594213 is #A6BDEC. Grayscale: #434343. Windows color (decimal): -10927597 or 1262169. OLE color: 1262169.

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

Color convert

RGB 89 66 19 -
CMYK 0 0.26 0.79 0.65
HSL 40.29º 0.65% 0.21% -
HSV(B) 40.29º 0.79% 0.35% -
XYZ 6.19 6.07 1.46 -
YUV 67.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 89 66 19 0 0.26 0.79 0.65 40.29 0.65 0.21
Hex 59 42 13 0 1A 4F 41 28 41 15
Octal 131 102 23 0 32 117 101 50 101 25
Binary 1011001 1000010 10011 0 11010 1001111 1000001 101000 1000001 10101

Color Harmonies of #594213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594213

Black with #594213

Text Example


Text Example

White with #594213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594213; }

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

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

background-color css

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

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

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

border-color css

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

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

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