Html Css Color HEX #8C3736 Tall Poppy

📋 copy color: '#8C3736'

red 140 ◦ green 55 ◦ blue 54

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

Shades of Tall Poppy #8C3736

Tints of Tall Poppy #8C3736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

 BLUE value IS 54 (21.48% from 255) = 21.69%

R = 56.22%
G = 22.09%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C3736 (or 0x8C3736) is known color: Tall Poppy. HEX triplet: 8C, 37 and 36. RGB value is (140,55,54). Sum of RGB (Red+Green+Blue) = 140+55+54=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3736 is #73C8C9. Grayscale: #505050. Windows color (decimal): -7588042 or 3553164. OLE color: 3553164.

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

Color convert

RGB 140 55 54 -
CMYK 0 0.61 0.61 0.45
HSL 0.7º 0.44% 0.38% -
HSV(B) 0.7º 0.61% 0.55% -
XYZ 12.85 8.57 4.47 -
YUV 80.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 140 55 54 0 0.61 0.61 0.45 0.7 0.44 0.38
Hex 8C 37 36 0 3D 3D 2D 1 2C 26
Octal 214 67 66 0 75 75 55 1 54 46
Binary 10001100 110111 110110 0 111101 111101 101101 1 101100 100110

Color Harmonies of #8C3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3736

Black with #8C3736

Text Example


Text Example

White with #8C3736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,55,54); }

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

background-color css

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

 a { background-color: rgb(140,55,54); }

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

border-color css

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

 span { border-color: rgb(140,55,54); }

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