Html Css Color HEX #8C3E3D Tall Poppy

📋 copy color: '#8C3E3D'

red 140 ◦ green 62 ◦ blue 61

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

Shades of Tall Poppy #8C3E3D

Tints of Tall Poppy #8C3E3D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.57%

 BLUE value IS 61 (24.22% from 255) = 23.19%

R = 53.23%
G = 23.57%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C3E3D (or 0x8C3E3D) is known color: Tall Poppy. HEX triplet: 8C, 3E and 3D. RGB value is (140,62,61). Sum of RGB (Red+Green+Blue) = 140+62+61=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3E3D is #73C1C2. Grayscale: #555555. Windows color (decimal): -7586243 or 4013708. OLE color: 4013708.

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

Color convert

RGB 140 62 61 -
CMYK 0 0.56 0.56 0.45
HSL 0.76º 0.39% 0.39% -
HSV(B) 0.76º 0.56% 0.55% -
XYZ 13.38 9.36 5.52 -
YUV 85.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 140 62 61 0 0.56 0.56 0.45 0.76 0.39 0.39
Hex 8C 3E 3D 0 38 38 2D 1 27 27
Octal 214 76 75 0 70 70 55 1 47 47
Binary 10001100 111110 111101 0 111000 111000 101101 1 100111 100111

Color Harmonies of #8C3E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3E3D

Black with #8C3E3D

Text Example


Text Example

White with #8C3E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,62,61); }

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

background-color css

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

 a { background-color: rgb(140,62,61); }

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

border-color css

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

 span { border-color: rgb(140,62,61); }

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