Html Css Color HEX #863938 Tall Poppy

📋 copy color: '#863938'

red 134 ◦ green 57 ◦ blue 56

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

Shades of Tall Poppy #863938

Tints of Tall Poppy #863938

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

 BLUE value IS 56 (22.27% from 255) = 22.67%

R = 54.25%
G = 23.08%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#863938 (or 0x863938) is known color: Tall Poppy. HEX triplet: 86, 39 and 38. RGB value is (134,57,56). Sum of RGB (Red+Green+Blue) = 134+57+56=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #863938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863938 is #79C6C7. Grayscale: #4F4F4F. Windows color (decimal): -7980744 or 3684742. OLE color: 3684742.

HSL color Cylindrical-coordinate representation of color #863938: hue angle of 0.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863938 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 57 56 -
CMYK 0 0.57 0.58 0.47
HSL 0.77º 0.41% 0.37% -
HSV(B) 0.77º 0.58% 0.53% -
XYZ 12.01 8.28 4.71 -
YUV 79.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 134 57 56 0 0.57 0.58 0.47 0.77 0.41 0.37
Hex 86 39 38 0 39 3A 2F 1 29 25
Octal 206 71 70 0 71 72 57 1 51 45
Binary 10000110 111001 111000 0 111001 111010 101111 1 101001 100101

Color Harmonies of #863938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863938

Black with #863938

Text Example


Text Example

White with #863938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863938; }

 p { color: rgb(134,57,56); }

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

background-color css

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

 a { background-color: rgb(134,57,56); }

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

border-color css

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

 span { border-color: rgb(134,57,56); }

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