#863835

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

Shades of Tall Poppy #863835

Tints of Tall Poppy #863835

Color information

#863835 (or 0x863835) is unknown color: approx Tall Poppy. HEX triplet: 86, 38 and 35. RGB value is (134,56,53). Sum of RGB (Red+Green+Blue) = 134+56+53=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #863835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863835 is #79C7CA. Grayscale: #4F4F4F. Windows color (decimal): -7981003 or 3487878. OLE color: 3487878.

HSL color Cylindrical-coordinate representation of color #863835: hue angle of 2.22º 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 #863835 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1345653-
CMYK00.580.600.47
HSL2.22º43.32%36.67%-
HSV(B)2.22º60.45%52.55%-
XYZ11.898.154.32-
YUV78.98113.34167.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=55.14%
G=23.05%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134565300.580.600.472.2243.3236.67
Hex86383503A3C2F22b25
Octal2067065072745725345
Binary10000110111000110101011101011110010111110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863835; }

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

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

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

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

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

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

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

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