Html Css Color HEX #863330 Tall Poppy

📋 copy color: '#863330'

red 134 ◦ green 51 ◦ blue 48

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

Shades of Tall Poppy #863330

Tints of Tall Poppy #863330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

 BLUE value IS 48 (19.14% from 255) = 20.6%

R = 57.51%
G = 21.89%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#863330 (or 0x863330) is known color: Tall Poppy. HEX triplet: 86, 33 and 30. RGB value is (134,51,48). Sum of RGB (Red+Green+Blue) = 134+51+48=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #863330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863330 is #79CCCF. Grayscale: #4B4B4B. Windows color (decimal): -7982288 or 3158918. OLE color: 3158918.

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

Color convert

RGB 134 51 48 -
CMYK 0 0.62 0.64 0.47
HSL 2.09º 0.47% 0.36% -
HSV(B) 2.09º 0.64% 0.53% -
XYZ 11.55 7.65 3.66 -
YUV 75.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 134 51 48 0 0.62 0.64 0.47 2.09 0.47 0.36
Hex 86 33 30 0 3E 40 2F 2 2F 24
Octal 206 63 60 0 76 100 57 2 57 44
Binary 10000110 110011 110000 0 111110 1000000 101111 10 101111 100100

Color Harmonies of #863330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863330

Black with #863330

Text Example


Text Example

White with #863330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863330; }

 p { color: rgb(134,51,48); }

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

background-color css

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

 a { background-color: rgb(134,51,48); }

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

border-color css

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

 span { border-color: rgb(134,51,48); }

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