Html Css Color HEX #885241 Ironstone

📋 copy color: '#885241'

red 136 ◦ green 82 ◦ blue 65

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

Shades of Ironstone #885241

Tints of Ironstone #885241

RGB

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

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

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

R = 48.06%
G = 28.98%
B = 22.97%

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

#885241 (or 0x885241) is known color: Ironstone. HEX triplet: 88, 52 and 41. RGB value is (136,82,65). Sum of RGB (Red+Green+Blue) = 136+82+65=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #885241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885241 is #77ADBE. Grayscale: #606060. Windows color (decimal): -7843263 or 4280968. OLE color: 4280968.

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

Color convert

RGB 136 82 65 -
CMYK 0 0.40 0.52 0.47
HSL 14.37º 0.35% 0.39% -
HSV(B) 14.37º 0.52% 0.53% -
XYZ 14.12 11.65 6.51 -
YUV 96.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 136 82 65 0 0.40 0.52 0.47 14.37 0.35 0.39
Hex 88 52 41 0 28 34 2F E 23 27
Octal 210 122 101 0 50 64 57 16 43 47
Binary 10001000 1010010 1000001 0 101000 110100 101111 1110 100011 100111

Color Harmonies of #885241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885241

Black with #885241

Text Example


Text Example

White with #885241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885241; }

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

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

background-color css

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

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

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

border-color css

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

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

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