Html Css Color HEX #59410E Bronze Olive

📋 copy color: '#59410E'

red 89 ◦ green 65 ◦ blue 14

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

Shades of Bronze Olive #59410E

Tints of Bronze Olive #59410E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.33%

R = 52.98%
G = 38.69%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59410E (or 0x59410E) is known color: Bronze Olive. HEX triplet: 59, 41 and 0E. RGB value is (89,65,14). Sum of RGB (Red+Green+Blue) = 89+65+14=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59410E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59410E is #A6BEF1. Grayscale: #424242. Windows color (decimal): -10927858 or 934233. OLE color: 934233.

HSL color Cylindrical-coordinate representation of color #59410E: hue angle of 40.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59410E is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 65 14 -
CMYK 0 0.27 0.84 0.65
HSL 40.8º 0.73% 0.2% -
HSV(B) 40.8º 0.84% 0.35% -
XYZ 6.09 5.94 1.24 -
YUV 66.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 89 65 14 0 0.27 0.84 0.65 40.8 0.73 0.2
Hex 59 41 E 0 1B 54 41 29 49 14
Octal 131 101 16 0 33 124 101 51 111 24
Binary 1011001 1000001 1110 0 11011 1010100 1000001 101001 1001001 10100

Color Harmonies of #59410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59410E

Black with #59410E

Text Example


Text Example

White with #59410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59410E; }

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

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

background-color css

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

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

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

border-color css

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

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

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