#8B2F2E

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

Shades of Tall Poppy #8B2F2E

Tints of Tall Poppy #8B2F2E

Color information

#8B2F2E (or 0x8B2F2E) is unknown color: approx Tall Poppy. HEX triplet: 8B, 2F and 2E. RGB value is (139,47,46). Sum of RGB (Red+Green+Blue) = 139+47+46=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2F2E is #74D0D1. Grayscale: #4A4A4A. Windows color (decimal): -7655634 or 3026827. OLE color: 3026827.

HSL color Cylindrical-coordinate representation of color #8B2F2E: hue angle of 0.65º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B2F2E is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1394746-
CMYK00.660.670.45
HSL0.65º50.27%36.27%-
HSV(B)0.65º66.91%54.51%-
XYZ12.167.723.43-
YUV74.39111.98174.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.91%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 46 (18.36% from 255) = 19.83%
R=59.91%
G=20.26%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139474600.660.670.450.6550.2736.27
Hex8B2F2E042432D13224
Octal213575601021035516244
Binary100010111011111011100100001010000111011011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,47,46); }

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

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

 a { background-color: rgb(139,47,46); }

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

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

 span { border-color: rgb(139,47,46); }

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