Html Css Color HEX #864935 Paarl

📋 copy color: '#864935'

red 134 ◦ green 73 ◦ blue 53

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

Shades of Paarl #864935

Tints of Paarl #864935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

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

R = 51.54%
G = 28.08%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#864935 (or 0x864935) is known color: Paarl. HEX triplet: 86, 49 and 35. RGB value is (134,73,53). Sum of RGB (Red+Green+Blue) = 134+73+53=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #864935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864935 is #79B6CA. Grayscale: #595959. Windows color (decimal): -7976651 or 3492230. OLE color: 3492230.

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

Color convert

RGB 134 73 53 -
CMYK 0 0.46 0.60 0.47
HSL 14.81º 0.43% 0.37% -
HSV(B) 14.81º 0.6% 0.53% -
XYZ 12.86 10.09 4.64 -
YUV 88.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 134 73 53 0 0.46 0.60 0.47 14.81 0.43 0.37
Hex 86 49 35 0 2E 3C 2F F 2B 25
Octal 206 111 65 0 56 74 57 17 53 45
Binary 10000110 1001001 110101 0 101110 111100 101111 1111 101011 100101

Color Harmonies of #864935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864935

Black with #864935

Text Example


Text Example

White with #864935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864935; }

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

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

background-color css

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

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

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

border-color css

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

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

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