Html Css Color HEX #895342 Ironstone

📋 copy color: '#895342'

red 137 ◦ green 83 ◦ blue 66

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

Shades of Ironstone #895342

Tints of Ironstone #895342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.08%

R = 47.9%
G = 29.02%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#895342 (or 0x895342) is known color: Ironstone. HEX triplet: 89, 53 and 42. RGB value is (137,83,66). Sum of RGB (Red+Green+Blue) = 137+83+66=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #895342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895342 is #76ACBD. Grayscale: #616161. Windows color (decimal): -7777470 or 4346761. OLE color: 4346761.

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

Color convert

RGB 137 83 66 -
CMYK 0 0.39 0.52 0.46
HSL 14.37º 0.35% 0.4% -
HSV(B) 14.37º 0.52% 0.54% -
XYZ 14.39 11.9 6.69 -
YUV 97.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 137 83 66 0 0.39 0.52 0.46 14.37 0.35 0.4
Hex 89 53 42 0 27 34 2E E 23 28
Octal 211 123 102 0 47 64 56 16 43 50
Binary 10001001 1010011 1000010 0 100111 110100 101110 1110 100011 101000

Color Harmonies of #895342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895342

Black with #895342

Text Example


Text Example

White with #895342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895342; }

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

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

background-color css

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

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

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

border-color css

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

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

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