Html Css Color HEX #895340 Ironstone

📋 copy color: '#895340'

red 137 ◦ green 83 ◦ blue 64

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

Shades of Ironstone #895340

Tints of Ironstone #895340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

 BLUE value IS 64 (25.39% from 255) = 22.54%

R = 48.24%
G = 29.23%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#895340 (or 0x895340) is known color: Ironstone. HEX triplet: 89, 53 and 40. RGB value is (137,83,64). Sum of RGB (Red+Green+Blue) = 137+83+64=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #895340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895340 is #76ACBF. Grayscale: #616161. Windows color (decimal): -7777472 or 4215689. OLE color: 4215689.

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

Color convert

RGB 137 83 64 -
CMYK 0 0.39 0.53 0.46
HSL 15.62º 0.36% 0.39% -
HSV(B) 15.62º 0.53% 0.54% -
XYZ 14.34 11.88 6.39 -
YUV 96.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 137 83 64 0 0.39 0.53 0.46 15.62 0.36 0.39
Hex 89 53 40 0 27 35 2E 10 24 27
Octal 211 123 100 0 47 65 56 20 44 47
Binary 10001001 1010011 1000000 0 100111 110101 101110 10000 100100 100111

Color Harmonies of #895340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895340

Black with #895340

Text Example


Text Example

White with #895340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895340; }

 p { color: rgb(137,83,64); }

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

background-color css

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

 a { background-color: rgb(137,83,64); }

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

border-color css

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

 span { border-color: rgb(137,83,64); }

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