Html Css Color HEX #864837 Paarl

📋 copy color: '#864837'

red 134 ◦ green 72 ◦ blue 55

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

Shades of Paarl #864837

Tints of Paarl #864837

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.59%

 BLUE value IS 55 (21.88% from 255) = 21.07%

R = 51.34%
G = 27.59%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#864837 (or 0x864837) is known color: Paarl. HEX triplet: 86, 48 and 37. RGB value is (134,72,55). Sum of RGB (Red+Green+Blue) = 134+72+55=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #864837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864837 is #79B7C8. Grayscale: #585858. Windows color (decimal): -7976905 or 3623046. OLE color: 3623046.

HSL color Cylindrical-coordinate representation of color #864837: hue angle of 12.91º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #864837 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 72 55 -
CMYK 0 0.46 0.59 0.47
HSL 12.91º 0.42% 0.37% -
HSV(B) 12.91º 0.59% 0.53% -
XYZ 12.84 9.98 4.86 -
YUV 88.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 134 72 55 0 0.46 0.59 0.47 12.91 0.42 0.37
Hex 86 48 37 0 2E 3B 2F D 2A 25
Octal 206 110 67 0 56 73 57 15 52 45
Binary 10000110 1001000 110111 0 101110 111011 101111 1101 101010 100101

Color Harmonies of #864837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864837

Black with #864837

Text Example


Text Example

White with #864837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864837; }

 p { color: rgb(134,72,55); }

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

background-color css

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

 a { background-color: rgb(134,72,55); }

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

border-color css

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

 span { border-color: rgb(134,72,55); }

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