Html Css Color HEX #59441B Bronze Olive

📋 copy color: '#59441B'

red 89 ◦ green 68 ◦ blue 27

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

Shades of Bronze Olive #59441B

Tints of Bronze Olive #59441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.67%

R = 48.37%
G = 36.96%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59441B (or 0x59441B) is known color: Bronze Olive. HEX triplet: 59, 44 and 1B. RGB value is (89,68,27). Sum of RGB (Red+Green+Blue) = 89+68+27=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59441B is #A6BBE4. Grayscale: #454545. Windows color (decimal): -10927077 or 1786969. OLE color: 1786969.

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

Color convert

RGB 89 68 27 -
CMYK 0 0.24 0.70 0.65
HSL 39.68º 0.53% 0.23% -
HSV(B) 39.68º 0.7% 0.35% -
XYZ 6.38 6.34 1.92 -
YUV 69.61 103.96 141.83 -
System Red Green Blue C M Y K H S L
Decimal 89 68 27 0 0.24 0.70 0.65 39.68 0.53 0.23
Hex 59 44 1B 0 18 46 41 28 35 17
Octal 131 104 33 0 30 106 101 50 65 27
Binary 1011001 1000100 11011 0 11000 1000110 1000001 101000 110101 10111

Color Harmonies of #59441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59441B

Black with #59441B

Text Example


Text Example

White with #59441B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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