#883332

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

Shades of Tall Poppy #883332

Tints of Tall Poppy #883332

Color information

#883332 (or 0x883332) is unknown color: approx Tall Poppy. HEX triplet: 88, 33 and 32. RGB value is (136,51,50). Sum of RGB (Red+Green+Blue) = 136+51+50=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #883332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883332 is #77CCCD. Grayscale: #4C4C4C. Windows color (decimal): -7851214 or 3289992. OLE color: 3289992.

HSL color Cylindrical-coordinate representation of color #883332: hue angle of 0.7º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883332 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1365150-
CMYK00.620.630.47
HSL0.7º46.24%36.47%-
HSV(B)0.7º63.24%53.33%-
XYZ11.917.833.9-
YUV76.3113.16170.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.38%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=57.38%
G=21.52%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136515000.620.630.470.746.2436.47
Hex88333203E3F2F12e24
Octal2106362076775715644
Binary1000100011001111001001111101111111011111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883332; }

 p { color: rgb(136,51,50); }

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

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

 a { background-color: rgb(136,51,50); }

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

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

 span { border-color: rgb(136,51,50); }

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