Html Css Color HEX #864739 Paarl

📋 copy color: '#864739'

red 134 ◦ green 71 ◦ blue 57

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

Shades of Paarl #864739

Tints of Paarl #864739

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

 BLUE value IS 57 (22.66% from 255) = 21.76%

R = 51.15%
G = 27.1%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#864739 (or 0x864739) is known color: Paarl. HEX triplet: 86, 47 and 39. RGB value is (134,71,57). Sum of RGB (Red+Green+Blue) = 134+71+57=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #864739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864739 is #79B8C6. Grayscale: #585858. Windows color (decimal): -7977159 or 3753862. OLE color: 3753862.

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

Color convert

RGB 134 71 57 -
CMYK 0 0.47 0.57 0.47
HSL 10.91º 0.4% 0.37% -
HSV(B) 10.91º 0.57% 0.53% -
XYZ 12.82 9.87 5.1 -
YUV 88.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 134 71 57 0 0.47 0.57 0.47 10.91 0.4 0.37
Hex 86 47 39 0 2F 39 2F B 28 25
Octal 206 107 71 0 57 71 57 13 50 45
Binary 10000110 1000111 111001 0 101111 111001 101111 1011 101000 100101

Color Harmonies of #864739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864739

Black with #864739

Text Example


Text Example

White with #864739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864739; }

 p { color: rgb(134,71,57); }

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

background-color css

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

 a { background-color: rgb(134,71,57); }

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

border-color css

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

 span { border-color: rgb(134,71,57); }

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