#8B3634

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

Shades of Tall Poppy #8B3634

Tints of Tall Poppy #8B3634

Color information

#8B3634 (or 0x8B3634) is unknown color: approx Tall Poppy. HEX triplet: 8B, 36 and 34. RGB value is (139,54,52). Sum of RGB (Red+Green+Blue) = 139+54+52=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3634 is #74C9CB. Grayscale: #4F4F4F. Windows color (decimal): -7653836 or 3421835. OLE color: 3421835.

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

Color convert

RGB1395452-
CMYK00.610.630.45
HSL1.38º45.55%37.45%-
HSV(B)1.38º62.59%54.51%-
XYZ12.598.384.2-
YUV79.19112.66170.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.73%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=56.73%
G=22.04%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139545200.610.630.451.3845.5537.45
Hex8B363403D3F2D12e25
Octal2136664075775515645
Binary1000101111011011010001111011111111011011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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