Html Css Color HEX #864A34 Paarl

📋 copy color: '#864A34'

red 134 ◦ green 74 ◦ blue 52

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

Shades of Paarl #864A34

Tints of Paarl #864A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

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

R = 51.54%
G = 28.46%
B = 20%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#864A34 (or 0x864A34) is known color: Paarl. HEX triplet: 86, 4A and 34. RGB value is (134,74,52). Sum of RGB (Red+Green+Blue) = 134+74+52=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #864A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A34 is #79B5CB. Grayscale: #595959. Windows color (decimal): -7976396 or 3426950. OLE color: 3426950.

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

Color convert

RGB 134 74 52 -
CMYK 0 0.45 0.61 0.47
HSL 16.1º 0.44% 0.36% -
HSV(B) 16.1º 0.61% 0.53% -
XYZ 12.9 10.21 4.54 -
YUV 89.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 134 74 52 0 0.45 0.61 0.47 16.1 0.44 0.36
Hex 86 4A 34 0 2D 3D 2F 10 2C 24
Octal 206 112 64 0 55 75 57 20 54 44
Binary 10000110 1001010 110100 0 101101 111101 101111 10000 101100 100100

Color Harmonies of #864A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864A34

Black with #864A34

Text Example


Text Example

White with #864A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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