Html Css Color HEX #893D3C Tall Poppy

📋 copy color: '#893D3C'

red 137 ◦ green 61 ◦ blue 60

#893D3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tall Poppy #893D3C

Tints of Tall Poppy #893D3C

RGB

 RED value IS 137 (53.91% from 255) = 53.1%

 GREEN value IS 61 (24.22% from 255) = 23.64%

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 53.1%
G = 23.64%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#893D3C (or 0x893D3C) is known color: Tall Poppy. HEX triplet: 89, 3D and 3C. RGB value is (137,61,60). Sum of RGB (Red+Green+Blue) = 137+61+60=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #893D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D3C is #76C2C3. Grayscale: #535353. Windows color (decimal): -7783108 or 3947913. OLE color: 3947913.

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

Color convert

RGB 137 61 60 -
CMYK 0 0.55 0.56 0.46
HSL 0.78º 0.39% 0.39% -
HSV(B) 0.78º 0.56% 0.54% -
XYZ 12.8 8.98 5.33 -
YUV 83.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 137 61 60 0 0.55 0.56 0.46 0.78 0.39 0.39
Hex 89 3D 3C 0 37 38 2E 1 27 27
Octal 211 75 74 0 67 70 56 1 47 47
Binary 10001001 111101 111100 0 110111 111000 101110 1 100111 100111

Color Harmonies of #893D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D3C

Black with #893D3C

Text Example


Text Example

White with #893D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #893D3C;
 }
 .AnyTagClassName
 {
   color: #893D3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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