#885645

Color #885645 Ironstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ironstone #885645

Tints of Ironstone #885645

Color information

#885645 (or 0x885645) is unknown color: approx Ironstone. HEX triplet: 88, 56 and 45. RGB value is (136,86,69). Sum of RGB (Red+Green+Blue) = 136+86+69=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #885645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885645 is #77A9BA. Grayscale: #636363. Windows color (decimal): -7842235 or 4544136. OLE color: 4544136.

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

Color convert

RGB1368669-
CMYK00.370.490.47
HSL15.22º32.68%40.2%-
HSV(B)15.22º49.26%53.33%-
XYZ14.5612.327.24-
YUV99.01111.06154.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.74%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=46.74%
G=29.55%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136866900.370.490.4715.2232.6840.2
Hex885645025312Ff2128
Octal2101261050456157174150
Binary100010001010110100010101001011100011011111111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885645; }

 p { color: rgb(136,86,69); }

 H1.HeaderClassName
 {
   color: #885645;
 }
 .AnyTagClassName
 {
   color: #885645;
 }
</style>
background-color css

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

 a { background-color: rgb(136,86,69); }

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

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

 span { border-color: rgb(136,86,69); }

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