Html Css Color HEX #885342 Ironstone

📋 copy color: '#885342'

red 136 ◦ green 83 ◦ blue 66

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

Shades of Ironstone #885342

Tints of Ironstone #885342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 47.72%
G = 29.12%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#885342 (or 0x885342) is known color: Ironstone. HEX triplet: 88, 53 and 42. RGB value is (136,83,66). Sum of RGB (Red+Green+Blue) = 136+83+66=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #885342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885342 is #77ACBD. Grayscale: #616161. Windows color (decimal): -7843006 or 4346760. OLE color: 4346760.

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

Color convert

RGB 136 83 66 -
CMYK 0 0.39 0.51 0.47
HSL 14.57º 0.35% 0.4% -
HSV(B) 14.57º 0.51% 0.53% -
XYZ 14.23 11.81 6.68 -
YUV 96.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 136 83 66 0 0.39 0.51 0.47 14.57 0.35 0.4
Hex 88 53 42 0 27 33 2F F 23 28
Octal 210 123 102 0 47 63 57 17 43 50
Binary 10001000 1010011 1000010 0 100111 110011 101111 1111 100011 101000

Color Harmonies of #885342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885342

Black with #885342

Text Example


Text Example

White with #885342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885342; }

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

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

background-color css

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

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

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

border-color css

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

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

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