Html Css Color HEX #862F2E Tall Poppy

📋 copy color: '#862F2E'

red 134 ◦ green 47 ◦ blue 46

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

Shades of Tall Poppy #862F2E

Tints of Tall Poppy #862F2E

RGB

 RED value IS 134 (52.73% from 255) = 59.03%

 GREEN value IS 47 (18.75% from 255) = 20.7%

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

R = 59.03%
G = 20.7%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#862F2E (or 0x862F2E) is known color: Tall Poppy. HEX triplet: 86, 2F and 2E. RGB value is (134,47,46). Sum of RGB (Red+Green+Blue) = 134+47+46=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #862F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F2E is #79D0D1. Grayscale: #484848. Windows color (decimal): -7983314 or 3026822. OLE color: 3026822.

HSL color Cylindrical-coordinate representation of color #862F2E: hue angle of 0.68º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862F2E is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 47 46 -
CMYK 0 0.65 0.66 0.47
HSL 0.68º 0.49% 0.35% -
HSV(B) 0.68º 0.66% 0.53% -
XYZ 11.34 7.3 3.4 -
YUV 72.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 134 47 46 0 0.65 0.66 0.47 0.68 0.49 0.35
Hex 86 2F 2E 0 41 42 2F 1 31 23
Octal 206 57 56 0 101 102 57 1 61 43
Binary 10000110 101111 101110 0 1000001 1000010 101111 1 110001 100011

Color Harmonies of #862F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F2E

Black with #862F2E

Text Example


Text Example

White with #862F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862F2E; }

 p { color: rgb(134,47,46); }

 H1.HeaderClassName
 {
   color: #862F2E;
 }
 .AnyTagClassName
 {
   color: #862F2E;
 }
</style>

background-color css

<style>
 a { background-color: #862F2E; }

 a { background-color: rgb(134,47,46); }

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

border-color css

<style>
 span { border-color: #862F2E; }

 span { border-color: rgb(134,47,46); }

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