Html Css Color HEX #863936 Tall Poppy

📋 copy color: '#863936'

red 134 ◦ green 57 ◦ blue 54

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

Shades of Tall Poppy #863936

Tints of Tall Poppy #863936

RGB

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

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

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

R = 54.69%
G = 23.27%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#863936 (or 0x863936) is known color: Tall Poppy. HEX triplet: 86, 39 and 36. RGB value is (134,57,54). Sum of RGB (Red+Green+Blue) = 134+57+54=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #863936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863936 is #79C6C9. Grayscale: #4F4F4F. Windows color (decimal): -7980746 or 3553670. OLE color: 3553670.

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

Color convert

RGB 134 57 54 -
CMYK 0 0.57 0.60 0.47
HSL 2.25º 0.43% 0.37% -
HSV(B) 2.25º 0.6% 0.53% -
XYZ 11.96 8.26 4.45 -
YUV 79.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 134 57 54 0 0.57 0.60 0.47 2.25 0.43 0.37
Hex 86 39 36 0 39 3C 2F 2 2B 25
Octal 206 71 66 0 71 74 57 2 53 45
Binary 10000110 111001 110110 0 111001 111100 101111 10 101011 100101

Color Harmonies of #863936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863936

Black with #863936

Text Example


Text Example

White with #863936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863936; }

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

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

background-color css

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

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

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

border-color css

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

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

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