#8B3432

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

Shades of Tall Poppy #8B3432

Tints of Tall Poppy #8B3432

Color information

#8B3432 (or 0x8B3432) is unknown color: approx Tall Poppy. HEX triplet: 8B, 34 and 32. RGB value is (139,52,50). Sum of RGB (Red+Green+Blue) = 139+52+50=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3432 is #74CBCD. Grayscale: #4D4D4D. Windows color (decimal): -7654350 or 3290251. OLE color: 3290251.

HSL color Cylindrical-coordinate representation of color #8B3432: hue angle of 1.35º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B3432 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB1395250-
CMYK00.630.640.45
HSL1.35º47.09%37.06%-
HSV(B)1.35º64.03%54.51%-
XYZ12.458.183.94-
YUV77.78112.32171.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=57.68%
G=21.58%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139525000.630.640.451.3547.0937.06
Hex8B343203F402D12f25
Octal21364620771005515745
Binary10001011110100110010011111110000001011011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,52,50); }

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

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

 a { background-color: rgb(139,52,50); }

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

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

 span { border-color: rgb(139,52,50); }

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