#863D3A

Color #863D3A Tall Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tall Poppy #863D3A

Tints of Tall Poppy #863D3A

Color information

#863D3A (or 0x863D3A) is unknown color: approx Tall Poppy. HEX triplet: 86, 3D and 3A. RGB value is (134,61,58). Sum of RGB (Red+Green+Blue) = 134+61+58=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #863D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D3A is #79C2C5. Grayscale: #525252. Windows color (decimal): -7979718 or 3816838. OLE color: 3816838.

HSL color Cylindrical-coordinate representation of color #863D3A: hue angle of 2.37º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863D3A is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1346158-
CMYK00.540.570.47
HSL2.37º39.58%37.65%-
HSV(B)2.37º56.72%52.55%-
XYZ12.268.715.04-
YUV82.48114.18164.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 61 (24.22% from 255) = 24.11%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=52.96%
G=24.11%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134615800.540.570.472.3739.5837.65
Hex863D3A036392F22826
Octal2067572066715725046
Binary10000110111101111010011011011100110111110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863D3A; }

 p { color: rgb(134,61,58); }

 H1.HeaderClassName
 {
   color: #863D3A;
 }
 .AnyTagClassName
 {
   color: #863D3A;
 }
</style>
background-color css

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

 a { background-color: rgb(134,61,58); }

 div.DivClassName
 {
   background-color: #863D3A;
 }
 .BgClassName
 {
   background-color: #863D3A;
 }
</style>
border-color css

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

 span { border-color: rgb(134,61,58); }

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