Html Css Color HEX #864930 Paarl

📋 copy color: '#864930'

red 134 ◦ green 73 ◦ blue 48

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

Shades of Paarl #864930

Tints of Paarl #864930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.82%

R = 52.55%
G = 28.63%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#864930 (or 0x864930) is known color: Paarl. HEX triplet: 86, 49 and 30. RGB value is (134,73,48). Sum of RGB (Red+Green+Blue) = 134+73+48=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #864930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864930 is #79B6CF. Grayscale: #585858. Windows color (decimal): -7976656 or 3164550. OLE color: 3164550.

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

Color convert

RGB 134 73 48 -
CMYK 0 0.46 0.64 0.47
HSL 17.44º 0.47% 0.36% -
HSV(B) 17.44º 0.64% 0.53% -
XYZ 12.75 10.05 4.06 -
YUV 88.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 134 73 48 0 0.46 0.64 0.47 17.44 0.47 0.36
Hex 86 49 30 0 2E 40 2F 11 2F 24
Octal 206 111 60 0 56 100 57 21 57 44
Binary 10000110 1001001 110000 0 101110 1000000 101111 10001 101111 100100

Color Harmonies of #864930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864930

Black with #864930

Text Example


Text Example

White with #864930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864930; }

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

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

background-color css

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

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

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

border-color css

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

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

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