#873935

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

Shades of Tall Poppy #873935

Tints of Tall Poppy #873935

Color information

#873935 (or 0x873935) is unknown color: approx Tall Poppy. HEX triplet: 87, 39 and 35. RGB value is (135,57,53). Sum of RGB (Red+Green+Blue) = 135+57+53=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #873935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873935 is #78C6CA. Grayscale: #4F4F4F. Windows color (decimal): -7915211 or 3488135. OLE color: 3488135.

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

Color convert

RGB1355753-
CMYK00.580.610.47
HSL2.93º43.62%36.86%-
HSV(B)2.93º60.74%52.94%-
XYZ12.18.334.34-
YUV79.87112.84167.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=55.10%
G=23.27%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135575300.580.610.472.9343.6236.86
Hex87393503A3D2F32c25
Octal2077165072755735445
Binary10000111111001110101011101011110110111111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873935; }

 p { color: rgb(135,57,53); }

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

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

 a { background-color: rgb(135,57,53); }

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

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

 span { border-color: rgb(135,57,53); }

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