#893C3B

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

Shades of Tall Poppy #893C3B

Tints of Tall Poppy #893C3B

Color information

#893C3B (or 0x893C3B) is unknown color: approx Tall Poppy. HEX triplet: 89, 3C and 3B. RGB value is (137,60,59). Sum of RGB (Red+Green+Blue) = 137+60+59=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #893C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C3B is #76C3C4. Grayscale: #525252. Windows color (decimal): -7783365 or 3882121. OLE color: 3882121.

HSL color Cylindrical-coordinate representation of color #893C3B: hue angle of 0.77º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893C3B is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB1376059-
CMYK00.560.570.46
HSL0.77º39.8%38.43%-
HSV(B)0.77º56.93%53.73%-
XYZ12.728.875.18-
YUV82.91114.51166.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 60 (23.83% from 255) = 23.44%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=53.52%
G=23.44%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137605900.560.570.460.7739.838.43
Hex893C3B038392E12826
Octal2117473070715615046
Binary1000100111110011101101110001110011011101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893C3B; }

 p { color: rgb(137,60,59); }

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

<style>
 a { background-color: #893C3B; }

 a { background-color: rgb(137,60,59); }

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

<style>
 span { border-color: #893C3B; }

 span { border-color: rgb(137,60,59); }

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