Html Css Color HEX #863D3C Tall Poppy

📋 copy color: '#863D3C'

red 134 ◦ green 61 ◦ blue 60

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

Shades of Tall Poppy #863D3C

Tints of Tall Poppy #863D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

 BLUE value IS 60 (23.83% from 255) = 23.53%

R = 52.55%
G = 23.92%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#863D3C (or 0x863D3C) is known color: Tall Poppy. HEX triplet: 86, 3D and 3C. RGB value is (134,61,60). Sum of RGB (Red+Green+Blue) = 134+61+60=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #863D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D3C is #79C2C3. Grayscale: #525252. Windows color (decimal): -7979716 or 3947910. OLE color: 3947910.

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

Color convert

RGB 134 61 60 -
CMYK 0 0.54 0.55 0.47
HSL 0.81º 0.38% 0.38% -
HSV(B) 0.81º 0.55% 0.53% -
XYZ 12.32 8.73 5.31 -
YUV 82.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 134 61 60 0 0.54 0.55 0.47 0.81 0.38 0.38
Hex 86 3D 3C 0 36 37 2F 1 26 26
Octal 206 75 74 0 66 67 57 1 46 46
Binary 10000110 111101 111100 0 110110 110111 101111 1 100110 100110

Color Harmonies of #863D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863D3C

Black with #863D3C

Text Example


Text Example

White with #863D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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