Html Css Color HEX #885340 Ironstone

📋 copy color: '#885340'

red 136 ◦ green 83 ◦ blue 64

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

Shades of Ironstone #885340

Tints of Ironstone #885340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

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

R = 48.06%
G = 29.33%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#885340 (or 0x885340) is known color: Ironstone. HEX triplet: 88, 53 and 40. RGB value is (136,83,64). Sum of RGB (Red+Green+Blue) = 136+83+64=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #885340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885340 is #77ACBF. Grayscale: #606060. Windows color (decimal): -7843008 or 4215688. OLE color: 4215688.

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

Color convert

RGB 136 83 64 -
CMYK 0 0.39 0.53 0.47
HSL 15.83º 0.36% 0.39% -
HSV(B) 15.83º 0.53% 0.53% -
XYZ 14.17 11.79 6.38 -
YUV 96.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 136 83 64 0 0.39 0.53 0.47 15.83 0.36 0.39
Hex 88 53 40 0 27 35 2F 10 24 27
Octal 210 123 100 0 47 65 57 20 44 47
Binary 10001000 1010011 1000000 0 100111 110101 101111 10000 100100 100111

Color Harmonies of #885340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885340

Black with #885340

Text Example


Text Example

White with #885340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885340; }

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

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

background-color css

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

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

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

border-color css

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

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

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