Html Css Color HEX #895241 Ironstone

📋 copy color: '#895241'

red 137 ◦ green 82 ◦ blue 65

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

Shades of Ironstone #895241

Tints of Ironstone #895241

RGB

 RED value IS 137 (53.91% from 255) = 48.24%

 GREEN value IS 82 (32.42% from 255) = 28.87%

 BLUE value IS 65 (25.78% from 255) = 22.89%

R = 48.24%
G = 28.87%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#895241 (or 0x895241) is known color: Ironstone. HEX triplet: 89, 52 and 41. RGB value is (137,82,65). Sum of RGB (Red+Green+Blue) = 137+82+65=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #895241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895241 is #76ADBE. Grayscale: #606060. Windows color (decimal): -7777727 or 4280969. OLE color: 4280969.

HSL color Cylindrical-coordinate representation of color #895241: hue angle of 14.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #895241 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 82 65 -
CMYK 0 0.40 0.53 0.46
HSL 14.17º 0.36% 0.4% -
HSV(B) 14.17º 0.53% 0.54% -
XYZ 14.29 11.73 6.51 -
YUV 96.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 137 82 65 0 0.40 0.53 0.46 14.17 0.36 0.4
Hex 89 52 41 0 28 35 2E E 24 28
Octal 211 122 101 0 50 65 56 16 44 50
Binary 10001001 1010010 1000001 0 101000 110101 101110 1110 100100 101000

Color Harmonies of #895241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895241

Black with #895241

Text Example


Text Example

White with #895241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895241; }

 p { color: rgb(137,82,65); }

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

background-color css

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

 a { background-color: rgb(137,82,65); }

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

border-color css

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

 span { border-color: rgb(137,82,65); }

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