Html Css Color HEX #864830 Paarl

📋 copy color: '#864830'

red 134 ◦ green 72 ◦ blue 48

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

Shades of Paarl #864830

Tints of Paarl #864830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

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

R = 52.76%
G = 28.35%
B = 18.9%

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

#864830 (or 0x864830) is known color: Paarl. HEX triplet: 86, 48 and 30. RGB value is (134,72,48). Sum of RGB (Red+Green+Blue) = 134+72+48=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #864830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864830 is #79B7CF. Grayscale: #575757. Windows color (decimal): -7976912 or 3164294. OLE color: 3164294.

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

Color convert

RGB 134 72 48 -
CMYK 0 0.46 0.64 0.47
HSL 16.74º 0.47% 0.36% -
HSV(B) 16.74º 0.64% 0.53% -
XYZ 12.68 9.92 4.04 -
YUV 87.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 134 72 48 0 0.46 0.64 0.47 16.74 0.47 0.36
Hex 86 48 30 0 2E 40 2F 11 2F 24
Octal 206 110 60 0 56 100 57 21 57 44
Binary 10000110 1001000 110000 0 101110 1000000 101111 10001 101111 100100

Color Harmonies of #864830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864830

Black with #864830

Text Example


Text Example

White with #864830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864830; }

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

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

background-color css

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

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

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

border-color css

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

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

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