Html Css Color HEX #594110 Bronze Olive

📋 copy color: '#594110'

red 89 ◦ green 65 ◦ blue 16

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

Shades of Bronze Olive #594110

Tints of Bronze Olive #594110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.24%

 BLUE value IS 16 (6.64% from 255) = 9.41%

R = 52.35%
G = 38.24%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#594110 (or 0x594110) is known color: Bronze Olive. HEX triplet: 59, 41 and 10. RGB value is (89,65,16). Sum of RGB (Red+Green+Blue) = 89+65+16=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #594110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594110 is #A6BEEF. Grayscale: #424242. Windows color (decimal): -10927856 or 1065305. OLE color: 1065305.

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

Color convert

RGB 89 65 16 -
CMYK 0 0.27 0.82 0.65
HSL 40.27º 0.7% 0.21% -
HSV(B) 40.27º 0.82% 0.35% -
XYZ 6.1 5.94 1.32 -
YUV 66.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 89 65 16 0 0.27 0.82 0.65 40.27 0.7 0.21
Hex 59 41 10 0 1B 52 41 28 46 15
Octal 131 101 20 0 33 122 101 50 106 25
Binary 1011001 1000001 10000 0 11011 1010010 1000001 101000 1000110 10101

Color Harmonies of #594110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594110

Black with #594110

Text Example


Text Example

White with #594110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594110; }

 p { color: rgb(89,65,16); }

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

background-color css

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

 a { background-color: rgb(89,65,16); }

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

border-color css

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

 span { border-color: rgb(89,65,16); }

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