#884F3B

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

Shades of Ironstone #884F3B

Tints of Ironstone #884F3B

Color information

#884F3B (or 0x884F3B) is unknown color: approx Ironstone. HEX triplet: 88, 4F and 3B. RGB value is (136,79,59). Sum of RGB (Red+Green+Blue) = 136+79+59=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #884F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F3B is #77B0C4. Grayscale: #5D5D5D. Windows color (decimal): -7844037 or 3886984. OLE color: 3886984.

HSL color Cylindrical-coordinate representation of color #884F3B: hue angle of 15.58º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #884F3B is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1367959-
CMYK00.420.570.47
HSL15.58º39.49%38.24%-
HSV(B)15.58º56.62%53.33%-
XYZ13.7411.145.56-
YUV93.76108.38158.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.64%
GREEN value IS 79 (31.25% from 255) = 28.83%
BLUE value IS 59 (23.44% from 255) = 21.53%
R=49.64%
G=28.83%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136795900.420.570.4715.5839.4938.24
Hex884F3B02A392F102726
Octal210117730527157204746
Binary100010001001111111011010101011100110111110000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884F3B; }

 p { color: rgb(136,79,59); }

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

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

 a { background-color: rgb(136,79,59); }

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

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

 span { border-color: rgb(136,79,59); }

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