#863F3D

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

Shades of Tall Poppy #863F3D

Tints of Tall Poppy #863F3D

Color information

#863F3D (or 0x863F3D) is unknown color: approx Tall Poppy. HEX triplet: 86, 3F and 3D. RGB value is (134,63,61). Sum of RGB (Red+Green+Blue) = 134+63+61=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #863F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F3D is #79C0C2. Grayscale: #545454. Windows color (decimal): -7979203 or 4013958. OLE color: 4013958.

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

Color convert

RGB1346361-
CMYK00.530.540.47
HSL1.64º37.44%38.24%-
HSV(B)1.64º54.48%52.55%-
XYZ12.458.965.49-
YUV84115.02163.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.94%
GREEN value IS 63 (25% from 255) = 24.42%
BLUE value IS 61 (24.22% from 255) = 23.64%
R=51.94%
G=24.42%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134636100.530.540.471.6437.4438.24
Hex863F3D035362F22526
Octal2067775065665724546
Binary10000110111111111101011010111011010111110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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