Html Css Color HEX #864939 Paarl

📋 copy color: '#864939'

red 134 ◦ green 73 ◦ blue 57

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

Shades of Paarl #864939

Tints of Paarl #864939

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 50.76%
G = 27.65%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#864939 (or 0x864939) is known color: Paarl. HEX triplet: 86, 49 and 39. RGB value is (134,73,57). Sum of RGB (Red+Green+Blue) = 134+73+57=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #864939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864939 is #79B6C6. Grayscale: #595959. Windows color (decimal): -7976647 or 3754374. OLE color: 3754374.

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

Color convert

RGB 134 73 57 -
CMYK 0 0.46 0.57 0.47
HSL 12.47º 0.4% 0.37% -
HSV(B) 12.47º 0.57% 0.53% -
XYZ 12.95 10.13 5.14 -
YUV 89.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 134 73 57 0 0.46 0.57 0.47 12.47 0.4 0.37
Hex 86 49 39 0 2E 39 2F C 28 25
Octal 206 111 71 0 56 71 57 14 50 45
Binary 10000110 1001001 111001 0 101110 111001 101111 1100 101000 100101

Color Harmonies of #864939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864939

Black with #864939

Text Example


Text Example

White with #864939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864939; }

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

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

background-color css

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

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

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

border-color css

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

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

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