Html Css Color HEX #8C312E Tall Poppy

📋 copy color: '#8C312E'

red 140 ◦ green 49 ◦ blue 46

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

Shades of Tall Poppy #8C312E

Tints of Tall Poppy #8C312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.57%

R = 59.57%
G = 20.85%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C312E (or 0x8C312E) is known color: Tall Poppy. HEX triplet: 8C, 31 and 2E. RGB value is (140,49,46). Sum of RGB (Red+Green+Blue) = 140+49+46=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C312E is #73CED1. Grayscale: #4B4B4B. Windows color (decimal): -7589586 or 3027340. OLE color: 3027340.

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

Color convert

RGB 140 49 46 -
CMYK 0 0.65 0.67 0.45
HSL 1.91º 0.51% 0.36% -
HSV(B) 1.91º 0.67% 0.55% -
XYZ 12.41 7.97 3.47 -
YUV 75.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 140 49 46 0 0.65 0.67 0.45 1.91 0.51 0.36
Hex 8C 31 2E 0 41 43 2D 2 33 24
Octal 214 61 56 0 101 103 55 2 63 44
Binary 10001100 110001 101110 0 1000001 1000011 101101 10 110011 100100

Color Harmonies of #8C312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C312E

Black with #8C312E

Text Example


Text Example

White with #8C312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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