#8B3736

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

Shades of Tall Poppy #8B3736

Tints of Tall Poppy #8B3736

Color information

#8B3736 (or 0x8B3736) is unknown color: approx Tall Poppy. HEX triplet: 8B, 37 and 36. RGB value is (139,55,54). Sum of RGB (Red+Green+Blue) = 139+55+54=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3736 is #74C8C9. Grayscale: #505050. Windows color (decimal): -7653578 or 3553163. OLE color: 3553163.

HSL color Cylindrical-coordinate representation of color #8B3736: hue angle of 0.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B3736 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB1395554-
CMYK00.600.610.45
HSL0.71º44.04%37.84%-
HSV(B)0.71º61.15%54.51%-
XYZ12.688.494.46-
YUV80113.33170.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.05%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=56.05%
G=22.18%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139555400.600.610.450.7144.0437.84
Hex8B373603C3D2D12c26
Octal2136766074755515446
Binary1000101111011111011001111001111011011011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B3736; }

 p { color: rgb(139,55,54); }

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

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

 a { background-color: rgb(139,55,54); }

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

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

 span { border-color: rgb(139,55,54); }

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