Html Css Color HEX #864C35 Paarl

📋 copy color: '#864C35'

red 134 ◦ green 76 ◦ blue 53

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

Shades of Paarl #864C35

Tints of Paarl #864C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.15%

R = 50.95%
G = 28.9%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#864C35 (or 0x864C35) is known color: Paarl. HEX triplet: 86, 4C and 35. RGB value is (134,76,53). Sum of RGB (Red+Green+Blue) = 134+76+53=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #864C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C35 is #79B3CA. Grayscale: #5A5A5A. Windows color (decimal): -7975883 or 3492998. OLE color: 3492998.

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

Color convert

RGB 134 76 53 -
CMYK 0 0.43 0.60 0.47
HSL 17.04º 0.43% 0.37% -
HSV(B) 17.04º 0.6% 0.53% -
XYZ 13.06 10.49 4.71 -
YUV 90.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 134 76 53 0 0.43 0.60 0.47 17.04 0.43 0.37
Hex 86 4C 35 0 2B 3C 2F 11 2B 25
Octal 206 114 65 0 53 74 57 21 53 45
Binary 10000110 1001100 110101 0 101011 111100 101111 10001 101011 100101

Color Harmonies of #864C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C35

Black with #864C35

Text Example


Text Example

White with #864C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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