Html Css Color HEX #864C34 Paarl

📋 copy color: '#864C34'

red 134 ◦ green 76 ◦ blue 52

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

Shades of Paarl #864C34

Tints of Paarl #864C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 51.15%
G = 29.01%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#864C34 (or 0x864C34) is known color: Paarl. HEX triplet: 86, 4C and 34. RGB value is (134,76,52). Sum of RGB (Red+Green+Blue) = 134+76+52=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #864C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C34 is #79B3CB. Grayscale: #5A5A5A. Windows color (decimal): -7975884 or 3427462. OLE color: 3427462.

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

Color convert

RGB 134 76 52 -
CMYK 0 0.43 0.61 0.47
HSL 17.56º 0.44% 0.36% -
HSV(B) 17.56º 0.61% 0.53% -
XYZ 13.04 10.49 4.59 -
YUV 90.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 134 76 52 0 0.43 0.61 0.47 17.56 0.44 0.36
Hex 86 4C 34 0 2B 3D 2F 12 2C 24
Octal 206 114 64 0 53 75 57 22 54 44
Binary 10000110 1001100 110100 0 101011 111101 101111 10010 101100 100100

Color Harmonies of #864C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C34

Black with #864C34

Text Example


Text Example

White with #864C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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