Html Css Color HEX #885341 Ironstone

📋 copy color: '#885341'

red 136 ◦ green 83 ◦ blue 65

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

Shades of Ironstone #885341

Tints of Ironstone #885341

RGB

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

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

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

R = 47.89%
G = 29.23%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#885341 (or 0x885341) is known color: Ironstone. HEX triplet: 88, 53 and 41. RGB value is (136,83,65). Sum of RGB (Red+Green+Blue) = 136+83+65=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #885341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885341 is #77ACBE. Grayscale: #606060. Windows color (decimal): -7843007 or 4281224. OLE color: 4281224.

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

Color convert

RGB 136 83 65 -
CMYK 0 0.39 0.52 0.47
HSL 15.21º 0.35% 0.39% -
HSV(B) 15.21º 0.52% 0.53% -
XYZ 14.2 11.8 6.53 -
YUV 96.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 136 83 65 0 0.39 0.52 0.47 15.21 0.35 0.39
Hex 88 53 41 0 27 34 2F F 23 27
Octal 210 123 101 0 47 64 57 17 43 47
Binary 10001000 1010011 1000001 0 100111 110100 101111 1111 100011 100111

Color Harmonies of #885341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885341

Black with #885341

Text Example


Text Example

White with #885341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885341; }

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

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

background-color css

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

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

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

border-color css

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

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

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