#873A38

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

Shades of Tall Poppy #873A38

Tints of Tall Poppy #873A38

Color information

#873A38 (or 0x873A38) is unknown color: approx Tall Poppy. HEX triplet: 87, 3A and 38. RGB value is (135,58,56). Sum of RGB (Red+Green+Blue) = 135+58+56=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #873A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A38 is #78C5C7. Grayscale: #505050. Windows color (decimal): -7914952 or 3684999. OLE color: 3684999.

HSL color Cylindrical-coordinate representation of color #873A38: hue angle of 1.52º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873A38 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1355856-
CMYK00.570.590.47
HSL1.52º41.36%37.45%-
HSV(B)1.52º58.52%52.94%-
XYZ12.228.464.73-
YUV80.8114.01166.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 58 (23.05% from 255) = 23.29%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=54.22%
G=23.29%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135585600.570.590.471.5241.3637.45
Hex873A380393B2F22925
Octal2077270071735725145
Binary10000111111010111000011100111101110111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873A38; }

 p { color: rgb(135,58,56); }

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

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

 a { background-color: rgb(135,58,56); }

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

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

 span { border-color: rgb(135,58,56); }

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