#8B3B38

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

Shades of Tall Poppy #8B3B38

Tints of Tall Poppy #8B3B38

Color information

#8B3B38 (or 0x8B3B38) is unknown color: approx Tall Poppy. HEX triplet: 8B, 3B and 38. RGB value is (139,59,56). Sum of RGB (Red+Green+Blue) = 139+59+56=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3B38 is #74C4C7. Grayscale: #525252. Windows color (decimal): -7652552 or 3685259. OLE color: 3685259.

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

Color convert

RGB1395956-
CMYK00.580.600.45
HSL2.17º42.56%38.24%-
HSV(B)2.17º59.71%54.51%-
XYZ12.938.94.78-
YUV82.58113168.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.72%
GREEN value IS 59 (23.44% from 255) = 23.23%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=54.72%
G=23.23%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139595600.580.600.452.1742.5638.24
Hex8B3B3803A3C2D22b26
Octal2137370072745525346
Binary10001011111011111000011101011110010110110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,59,56); }

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

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

 a { background-color: rgb(139,59,56); }

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

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

 span { border-color: rgb(139,59,56); }

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