Html Css Color HEX #59440F Bronze Olive

📋 copy color: '#59440F'

red 89 ◦ green 68 ◦ blue 15

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

Shades of Bronze Olive #59440F

Tints of Bronze Olive #59440F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 51.74%
G = 39.53%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59440F (or 0x59440F) is known color: Bronze Olive. HEX triplet: 59, 44 and 0F. RGB value is (89,68,15). Sum of RGB (Red+Green+Blue) = 89+68+15=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59440F is #A6BBF0. Grayscale: #444444. Windows color (decimal): -10927089 or 1000537. OLE color: 1000537.

HSL color Cylindrical-coordinate representation of color #59440F: hue angle of 42.97º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59440F is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 68 15 -
CMYK 0 0.24 0.83 0.65
HSL 42.97º 0.71% 0.2% -
HSV(B) 42.97º 0.83% 0.35% -
XYZ 6.27 6.29 1.34 -
YUV 68.24 97.96 142.81 -
System Red Green Blue C M Y K H S L
Decimal 89 68 15 0 0.24 0.83 0.65 42.97 0.71 0.2
Hex 59 44 F 0 18 53 41 2B 47 14
Octal 131 104 17 0 30 123 101 53 107 24
Binary 1011001 1000100 1111 0 11000 1010011 1000001 101011 1000111 10100

Color Harmonies of #59440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59440F

Black with #59440F

Text Example


Text Example

White with #59440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59440F; }

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

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

background-color css

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

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

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

border-color css

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

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

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