Html Css Color HEX #864C32 Paarl

📋 copy color: '#864C32'

red 134 ◦ green 76 ◦ blue 50

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

Shades of Paarl #864C32

Tints of Paarl #864C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 51.54%
G = 29.23%
B = 19.23%

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

#864C32 (or 0x864C32) is known color: Paarl. HEX triplet: 86, 4C and 32. RGB value is (134,76,50). Sum of RGB (Red+Green+Blue) = 134+76+50=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #864C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C32 is #79B3CD. Grayscale: #5A5A5A. Windows color (decimal): -7975886 or 3296390. OLE color: 3296390.

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

Color convert

RGB 134 76 50 -
CMYK 0 0.43 0.63 0.47
HSL 18.57º 0.46% 0.36% -
HSV(B) 18.57º 0.63% 0.53% -
XYZ 12.99 10.47 4.35 -
YUV 90.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 134 76 50 0 0.43 0.63 0.47 18.57 0.46 0.36
Hex 86 4C 32 0 2B 3F 2F 13 2E 24
Octal 206 114 62 0 53 77 57 23 56 44
Binary 10000110 1001100 110010 0 101011 111111 101111 10011 101110 100100

Color Harmonies of #864C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C32

Black with #864C32

Text Example


Text Example

White with #864C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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