Html Css Color HEX #8C312F Tall Poppy

📋 copy color: '#8C312F'

red 140 ◦ green 49 ◦ blue 47

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

Shades of Tall Poppy #8C312F

Tints of Tall Poppy #8C312F

RGB

 RED value IS 140 (55.08% from 255) = 59.32%

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 47 (18.75% from 255) = 19.92%

R = 59.32%
G = 20.76%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C312F (or 0x8C312F) is known color: Tall Poppy. HEX triplet: 8C, 31 and 2F. RGB value is (140,49,47). Sum of RGB (Red+Green+Blue) = 140+49+47=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C312F is #73CED0. Grayscale: #4C4C4C. Windows color (decimal): -7589585 or 3092876. OLE color: 3092876.

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

Color convert

RGB 140 49 47 -
CMYK 0 0.65 0.66 0.45
HSL 1.29º 0.5% 0.37% -
HSV(B) 1.29º 0.66% 0.55% -
XYZ 12.43 7.98 3.57 -
YUV 75.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 140 49 47 0 0.65 0.66 0.45 1.29 0.5 0.37
Hex 8C 31 2F 0 41 42 2D 1 32 25
Octal 214 61 57 0 101 102 55 1 62 45
Binary 10001100 110001 101111 0 1000001 1000010 101101 1 110010 100101

Color Harmonies of #8C312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C312F

Black with #8C312F

Text Example


Text Example

White with #8C312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,49,47); }

 H1.HeaderClassName
 {
   color: #8C312F;
 }
 .AnyTagClassName
 {
   color: #8C312F;
 }
</style>

background-color css

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

 a { background-color: rgb(140,49,47); }

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

border-color css

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

 span { border-color: rgb(140,49,47); }

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