Html Css Color HEX #885141 Ironstone

📋 copy color: '#885141'

red 136 ◦ green 81 ◦ blue 65

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

Shades of Ironstone #885141

Tints of Ironstone #885141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.72%

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

R = 48.23%
G = 28.72%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#885141 (or 0x885141) is known color: Ironstone. HEX triplet: 88, 51 and 41. RGB value is (136,81,65). Sum of RGB (Red+Green+Blue) = 136+81+65=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #885141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885141 is #77AEBE. Grayscale: #5F5F5F. Windows color (decimal): -7843519 or 4280712. OLE color: 4280712.

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

Color convert

RGB 136 81 65 -
CMYK 0 0.40 0.52 0.47
HSL 13.52º 0.35% 0.39% -
HSV(B) 13.52º 0.52% 0.53% -
XYZ 14.05 11.5 6.48 -
YUV 95.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 136 81 65 0 0.40 0.52 0.47 13.52 0.35 0.39
Hex 88 51 41 0 28 34 2F E 23 27
Octal 210 121 101 0 50 64 57 16 43 47
Binary 10001000 1010001 1000001 0 101000 110100 101111 1110 100011 100111

Color Harmonies of #885141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885141

Black with #885141

Text Example


Text Example

White with #885141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885141; }

 p { color: rgb(136,81,65); }

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

background-color css

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

 a { background-color: rgb(136,81,65); }

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

border-color css

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

 span { border-color: rgb(136,81,65); }

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