#885345

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

Shades of Ironstone #885345

Tints of Ironstone #885345

Color information

#885345 (or 0x885345) is unknown color: approx Ironstone. HEX triplet: 88, 53 and 45. RGB value is (136,83,69). Sum of RGB (Red+Green+Blue) = 136+83+69=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #885345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885345 is #77ACBA. Grayscale: #616161. Windows color (decimal): -7843003 or 4543368. OLE color: 4543368.

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

Color convert

RGB1368369-
CMYK00.390.490.47
HSL12.54º32.68%40.2%-
HSV(B)12.54º49.26%53.33%-
XYZ14.3211.857.16-
YUV97.25112.06155.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 69 (27.34% from 255) = 23.96%
R=47.22%
G=28.82%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136836900.390.490.4712.5432.6840.2
Hex885345027312Fd2128
Octal2101231050476157154150
Binary100010001010011100010101001111100011011111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885345; }

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

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

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

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

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

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

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

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