Html Css Color HEX #863635 Tall Poppy

📋 copy color: '#863635'

red 134 ◦ green 54 ◦ blue 53

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

Shades of Tall Poppy #863635

Tints of Tall Poppy #863635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

 BLUE value IS 53 (21.09% from 255) = 21.99%

R = 55.6%
G = 22.41%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#863635 (or 0x863635) is known color: Tall Poppy. HEX triplet: 86, 36 and 35. RGB value is (134,54,53). Sum of RGB (Red+Green+Blue) = 134+54+53=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #863635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863635 is #79C9CA. Grayscale: #4D4D4D. Windows color (decimal): -7981515 or 3487366. OLE color: 3487366.

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

Color convert

RGB 134 54 53 -
CMYK 0 0.60 0.60 0.47
HSL 0.74º 0.43% 0.37% -
HSV(B) 0.74º 0.6% 0.53% -
XYZ 11.79 7.96 4.28 -
YUV 77.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 134 54 53 0 0.60 0.60 0.47 0.74 0.43 0.37
Hex 86 36 35 0 3C 3C 2F 1 2B 25
Octal 206 66 65 0 74 74 57 1 53 45
Binary 10000110 110110 110101 0 111100 111100 101111 1 101011 100101

Color Harmonies of #863635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863635

Black with #863635

Text Example


Text Example

White with #863635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863635; }

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

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

background-color css

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

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

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

border-color css

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

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

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