Html Css Color HEX #885742 Ironstone

📋 copy color: '#885742'

red 136 ◦ green 87 ◦ blue 66

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

Shades of Ironstone #885742

Tints of Ironstone #885742

RGB

 RED value IS 136 (53.52% from 255) = 47.06%

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 47.06%
G = 30.1%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#885742 (or 0x885742) is known color: Ironstone. HEX triplet: 88, 57 and 42. RGB value is (136,87,66). Sum of RGB (Red+Green+Blue) = 136+87+66=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #885742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885742 is #77A8BD. Grayscale: #636363. Windows color (decimal): -7841982 or 4347784. OLE color: 4347784.

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

Color convert

RGB 136 87 66 -
CMYK 0 0.36 0.51 0.47
HSL 18º 0.35% 0.4% -
HSV(B) 18º 0.51% 0.53% -
XYZ 14.54 12.44 6.79 -
YUV 99.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 136 87 66 0 0.36 0.51 0.47 18 0.35 0.4
Hex 88 57 42 0 24 33 2F 12 23 28
Octal 210 127 102 0 44 63 57 22 43 50
Binary 10001000 1010111 1000010 0 100100 110011 101111 10010 100011 101000

Color Harmonies of #885742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885742

Black with #885742

Text Example


Text Example

White with #885742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885742; }

 p { color: rgb(136,87,66); }

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

background-color css

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

 a { background-color: rgb(136,87,66); }

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

border-color css

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

 span { border-color: rgb(136,87,66); }

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