Html Css Color HEX #885649 Ironstone

📋 copy color: '#885649'

red 136 ◦ green 86 ◦ blue 73

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

Shades of Ironstone #885649

Tints of Ironstone #885649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.15%

 BLUE value IS 73 (28.91% from 255) = 24.75%

R = 46.1%
G = 29.15%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#885649 (or 0x885649) is known color: Ironstone. HEX triplet: 88, 56 and 49. RGB value is (136,86,73). Sum of RGB (Red+Green+Blue) = 136+86+73=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #885649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885649 is #77A9B6. Grayscale: #636363. Windows color (decimal): -7842231 or 4806280. OLE color: 4806280.

HSL color Cylindrical-coordinate representation of color #885649: hue angle of 12.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #885649 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 86 73 -
CMYK 0 0.37 0.46 0.47
HSL 12.38º 0.3% 0.41% -
HSV(B) 12.38º 0.46% 0.53% -
XYZ 14.68 12.37 7.92 -
YUV 99.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 136 86 73 0 0.37 0.46 0.47 12.38 0.3 0.41
Hex 88 56 49 0 25 2E 2F C 1E 29
Octal 210 126 111 0 45 56 57 14 36 51
Binary 10001000 1010110 1001001 0 100101 101110 101111 1100 11110 101001

Color Harmonies of #885649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885649

Black with #885649

Text Example


Text Example

White with #885649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885649; }

 p { color: rgb(136,86,73); }

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

background-color css

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

 a { background-color: rgb(136,86,73); }

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

border-color css

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

 span { border-color: rgb(136,86,73); }

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