Html Css Color HEX #885242 Ironstone

📋 copy color: '#885242'

red 136 ◦ green 82 ◦ blue 66

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

Shades of Ironstone #885242

Tints of Ironstone #885242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.87%

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

R = 47.89%
G = 28.87%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#885242 (or 0x885242) is known color: Ironstone. HEX triplet: 88, 52 and 42. RGB value is (136,82,66). Sum of RGB (Red+Green+Blue) = 136+82+66=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #885242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885242 is #77ADBD. Grayscale: #606060. Windows color (decimal): -7843262 or 4346504. OLE color: 4346504.

HSL color Cylindrical-coordinate representation of color #885242: hue angle of 13.71º 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 #885242 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 82 66 -
CMYK 0 0.40 0.51 0.47
HSL 13.71º 0.35% 0.4% -
HSV(B) 13.71º 0.51% 0.53% -
XYZ 14.15 11.66 6.66 -
YUV 96.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 136 82 66 0 0.40 0.51 0.47 13.71 0.35 0.4
Hex 88 52 42 0 28 33 2F E 23 28
Octal 210 122 102 0 50 63 57 16 43 50
Binary 10001000 1010010 1000010 0 101000 110011 101111 1110 100011 101000

Color Harmonies of #885242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885242

Black with #885242

Text Example


Text Example

White with #885242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885242; }

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

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

background-color css

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

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

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

border-color css

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

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

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