Html Css Color HEX #885541 Ironstone

📋 copy color: '#885541'

red 136 ◦ green 85 ◦ blue 65

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

Shades of Ironstone #885541

Tints of Ironstone #885541

RGB

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

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

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

R = 47.55%
G = 29.72%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#885541 (or 0x885541) is known color: Ironstone. HEX triplet: 88, 55 and 41. RGB value is (136,85,65). Sum of RGB (Red+Green+Blue) = 136+85+65=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #885541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885541 is #77AABE. Grayscale: #626262. Windows color (decimal): -7842495 or 4281736. OLE color: 4281736.

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

Color convert

RGB 136 85 65 -
CMYK 0 0.38 0.52 0.47
HSL 16.9º 0.35% 0.39% -
HSV(B) 16.9º 0.52% 0.53% -
XYZ 14.36 12.11 6.58 -
YUV 97.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 136 85 65 0 0.38 0.52 0.47 16.9 0.35 0.39
Hex 88 55 41 0 26 34 2F 11 23 27
Octal 210 125 101 0 46 64 57 21 43 47
Binary 10001000 1010101 1000001 0 100110 110100 101111 10001 100011 100111

Color Harmonies of #885541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885541

Black with #885541

Text Example


Text Example

White with #885541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885541; }

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

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

background-color css

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

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

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

border-color css

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

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

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