#863834

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

Shades of Tall Poppy #863834

Tints of Tall Poppy #863834

Color information

#863834 (or 0x863834) is unknown color: approx Tall Poppy. HEX triplet: 86, 38 and 34. RGB value is (134,56,52). Sum of RGB (Red+Green+Blue) = 134+56+52=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #863834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863834 is #79C7CB. Grayscale: #4E4E4E. Windows color (decimal): -7981004 or 3422342. OLE color: 3422342.

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

Color convert

RGB1345652-
CMYK00.580.610.47
HSL2.93º44.09%36.47%-
HSV(B)2.93º61.19%52.55%-
XYZ11.878.144.2-
YUV78.87112.84167.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 52 (20.70% from 255) = 21.49%
R=55.37%
G=23.14%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134565200.580.610.472.9344.0936.47
Hex86383403A3D2F32c24
Octal2067064072755735444
Binary10000110111000110100011101011110110111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863834; }

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

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

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

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

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

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

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

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