Html Css Color HEX #59441F Bronze Olive

📋 copy color: '#59441F'

red 89 ◦ green 68 ◦ blue 31

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

Shades of Bronze Olive #59441F

Tints of Bronze Olive #59441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.49%

R = 47.34%
G = 36.17%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#59441F (or 0x59441F) is known color: Bronze Olive. HEX triplet: 59, 44 and 1F. RGB value is (89,68,31). Sum of RGB (Red+Green+Blue) = 89+68+31=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59441F is #A6BBE0. Grayscale: #464646. Windows color (decimal): -10927073 or 2049113. OLE color: 2049113.

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

Color convert

RGB 89 68 31 -
CMYK 0 0.24 0.65 0.65
HSL 38.28º 0.48% 0.24% -
HSV(B) 38.28º 0.65% 0.35% -
XYZ 6.43 6.36 2.18 -
YUV 70.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 89 68 31 0 0.24 0.65 0.65 38.28 0.48 0.24
Hex 59 44 1F 0 18 41 41 26 30 18
Octal 131 104 37 0 30 101 101 46 60 30
Binary 1011001 1000100 11111 0 11000 1000001 1000001 100110 110000 11000

Color Harmonies of #59441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59441F

Black with #59441F

Text Example


Text Example

White with #59441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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