Html Css Color HEX #885542 Ironstone

📋 copy color: '#885542'

red 136 ◦ green 85 ◦ blue 66

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

Shades of Ironstone #885542

Tints of Ironstone #885542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 47.39%
G = 29.62%
B = 23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#885542 (or 0x885542) is known color: Ironstone. HEX triplet: 88, 55 and 42. RGB value is (136,85,66). Sum of RGB (Red+Green+Blue) = 136+85+66=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #885542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885542 is #77AABD. Grayscale: #626262. Windows color (decimal): -7842494 or 4347272. OLE color: 4347272.

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

Color convert

RGB 136 85 66 -
CMYK 0 0.38 0.51 0.47
HSL 16.29º 0.35% 0.4% -
HSV(B) 16.29º 0.51% 0.53% -
XYZ 14.39 12.12 6.74 -
YUV 98.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 136 85 66 0 0.38 0.51 0.47 16.29 0.35 0.4
Hex 88 55 42 0 26 33 2F 10 23 28
Octal 210 125 102 0 46 63 57 20 43 50
Binary 10001000 1010101 1000010 0 100110 110011 101111 10000 100011 101000

Color Harmonies of #885542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885542

Black with #885542

Text Example


Text Example

White with #885542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885542; }

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

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

background-color css

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

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

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

border-color css

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

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

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