Html Css Color HEX #864C31 Paarl

📋 copy color: '#864C31'

red 134 ◦ green 76 ◦ blue 49

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

Shades of Paarl #864C31

Tints of Paarl #864C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.92%

R = 51.74%
G = 29.34%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#864C31 (or 0x864C31) is known color: Paarl. HEX triplet: 86, 4C and 31. RGB value is (134,76,49). Sum of RGB (Red+Green+Blue) = 134+76+49=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #864C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C31 is #79B3CE. Grayscale: #5A5A5A. Windows color (decimal): -7975887 or 3230854. OLE color: 3230854.

HSL color Cylindrical-coordinate representation of color #864C31: hue angle of 19.06º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #864C31 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 76 49 -
CMYK 0 0.43 0.63 0.47
HSL 19.06º 0.46% 0.36% -
HSV(B) 19.06º 0.63% 0.53% -
XYZ 12.97 10.46 4.24 -
YUV 90.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 134 76 49 0 0.43 0.63 0.47 19.06 0.46 0.36
Hex 86 4C 31 0 2B 3F 2F 13 2E 24
Octal 206 114 61 0 53 77 57 23 56 44
Binary 10000110 1001100 110001 0 101011 111111 101111 10011 101110 100100

Color Harmonies of #864C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C31

Black with #864C31

Text Example


Text Example

White with #864C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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