#882F2C

Color #882F2C Tall Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tall Poppy #882F2C

Tints of Tall Poppy #882F2C

Color information

#882F2C (or 0x882F2C) is unknown color: approx Tall Poppy. HEX triplet: 88, 2F and 2C. RGB value is (136,47,44). Sum of RGB (Red+Green+Blue) = 136+47+44=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #882F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F2C is #77D0D3. Grayscale: #494949. Windows color (decimal): -7852244 or 2895752. OLE color: 2895752.

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

Color convert

RGB1364744-
CMYK00.650.680.47
HSL1.96º51.11%35.29%-
HSV(B)1.96º67.65%53.33%-
XYZ11.627.453.21-
YUV73.27111.49172.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.91%
GREEN value IS 47 (18.75% from 255) = 20.70%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=59.91%
G=20.70%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136474400.650.680.471.9651.1135.29
Hex882F2C041442F23323
Octal210575401011045726343
Binary1000100010111110110001000001100010010111110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882F2C; }

 p { color: rgb(136,47,44); }

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

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

 a { background-color: rgb(136,47,44); }

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

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

 span { border-color: rgb(136,47,44); }

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