Html Css Color HEX #864C39 Paarl

📋 copy color: '#864C39'

red 134 ◦ green 76 ◦ blue 57

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

Shades of Paarl #864C39

Tints of Paarl #864C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

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

R = 50.19%
G = 28.46%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#864C39 (or 0x864C39) is known color: Paarl. HEX triplet: 86, 4C and 39. RGB value is (134,76,57). Sum of RGB (Red+Green+Blue) = 134+76+57=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #864C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C39 is #79B3C6. Grayscale: #5B5B5B. Windows color (decimal): -7975879 or 3755142. OLE color: 3755142.

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

Color convert

RGB 134 76 57 -
CMYK 0 0.43 0.57 0.47
HSL 14.81º 0.4% 0.37% -
HSV(B) 14.81º 0.57% 0.53% -
XYZ 13.15 10.53 5.21 -
YUV 91.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 134 76 57 0 0.43 0.57 0.47 14.81 0.4 0.37
Hex 86 4C 39 0 2B 39 2F F 28 25
Octal 206 114 71 0 53 71 57 17 50 45
Binary 10000110 1001100 111001 0 101011 111001 101111 1111 101000 100101

Color Harmonies of #864C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C39

Black with #864C39

Text Example


Text Example

White with #864C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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