Html Css Color HEX #885240 Ironstone

📋 copy color: '#885240'

red 136 ◦ green 82 ◦ blue 64

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

Shades of Ironstone #885240

Tints of Ironstone #885240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.7%

R = 48.23%
G = 29.08%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#885240 (or 0x885240) is known color: Ironstone. HEX triplet: 88, 52 and 40. RGB value is (136,82,64). Sum of RGB (Red+Green+Blue) = 136+82+64=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #885240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885240 is #77ADBF. Grayscale: #606060. Windows color (decimal): -7843264 or 4215432. OLE color: 4215432.

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

Color convert

RGB 136 82 64 -
CMYK 0 0.40 0.53 0.47
HSL 15º 0.36% 0.39% -
HSV(B) 15º 0.53% 0.53% -
XYZ 14.1 11.64 6.35 -
YUV 96.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 136 82 64 0 0.40 0.53 0.47 15 0.36 0.39
Hex 88 52 40 0 28 35 2F F 24 27
Octal 210 122 100 0 50 65 57 17 44 47
Binary 10001000 1010010 1000000 0 101000 110101 101111 1111 100100 100111

Color Harmonies of #885240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885240

Black with #885240

Text Example


Text Example

White with #885240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885240; }

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

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

background-color css

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

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

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

border-color css

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

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

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