Html Css Color HEX #885440 Ironstone

📋 copy color: '#885440'

red 136 ◦ green 84 ◦ blue 64

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

Shades of Ironstone #885440

Tints of Ironstone #885440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.58%

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

R = 47.89%
G = 29.58%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#885440 (or 0x885440) is known color: Ironstone. HEX triplet: 88, 54 and 40. RGB value is (136,84,64). Sum of RGB (Red+Green+Blue) = 136+84+64=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #885440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885440 is #77ABBF. Grayscale: #616161. Windows color (decimal): -7842752 or 4215944. OLE color: 4215944.

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

Color convert

RGB 136 84 64 -
CMYK 0 0.38 0.53 0.47
HSL 16.67º 0.36% 0.39% -
HSV(B) 16.67º 0.53% 0.53% -
XYZ 14.25 11.95 6.41 -
YUV 97.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 136 84 64 0 0.38 0.53 0.47 16.67 0.36 0.39
Hex 88 54 40 0 26 35 2F 11 24 27
Octal 210 124 100 0 46 65 57 21 44 47
Binary 10001000 1010100 1000000 0 100110 110101 101111 10001 100100 100111

Color Harmonies of #885440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885440

Black with #885440

Text Example


Text Example

White with #885440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885440; }

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

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

background-color css

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

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

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

border-color css

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

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

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