Html Css Color HEX #863430 Tall Poppy

📋 copy color: '#863430'

red 134 ◦ green 52 ◦ blue 48

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

Shades of Tall Poppy #863430

Tints of Tall Poppy #863430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

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

R = 57.26%
G = 22.22%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#863430 (or 0x863430) is known color: Tall Poppy. HEX triplet: 86, 34 and 30. RGB value is (134,52,48). Sum of RGB (Red+Green+Blue) = 134+52+48=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #863430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863430 is #79CBCF. Grayscale: #4C4C4C. Windows color (decimal): -7982032 or 3159174. OLE color: 3159174.

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

Color convert

RGB 134 52 48 -
CMYK 0 0.61 0.64 0.47
HSL 2.79º 0.47% 0.36% -
HSV(B) 2.79º 0.64% 0.53% -
XYZ 11.59 7.74 3.68 -
YUV 76.06 112.17 169.33 -
System Red Green Blue C M Y K H S L
Decimal 134 52 48 0 0.61 0.64 0.47 2.79 0.47 0.36
Hex 86 34 30 0 3D 40 2F 3 2F 24
Octal 206 64 60 0 75 100 57 3 57 44
Binary 10000110 110100 110000 0 111101 1000000 101111 11 101111 100100

Color Harmonies of #863430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863430

Black with #863430

Text Example


Text Example

White with #863430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863430; }

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

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

background-color css

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

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

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

border-color css

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

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

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