Html Css Color HEX #86472D Paarl

📋 copy color: '#86472D'

red 134 ◦ green 71 ◦ blue 45

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

Shades of Paarl #86472D

Tints of Paarl #86472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

 BLUE value IS 45 (17.97% from 255) = 18%

R = 53.6%
G = 28.4%
B = 18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86472D (or 0x86472D) is known color: Paarl. HEX triplet: 86, 47 and 2D. RGB value is (134,71,45). Sum of RGB (Red+Green+Blue) = 134+71+45=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #86472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86472D is #79B8D2. Grayscale: #575757. Windows color (decimal): -7977171 or 2967430. OLE color: 2967430.

HSL color Cylindrical-coordinate representation of color #86472D: hue angle of 17.53º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86472D is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 71 45 -
CMYK 0 0.47 0.66 0.47
HSL 17.53º 0.5% 0.35% -
HSV(B) 17.53º 0.66% 0.53% -
XYZ 12.56 9.76 3.71 -
YUV 86.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 134 71 45 0 0.47 0.66 0.47 17.53 0.5 0.35
Hex 86 47 2D 0 2F 42 2F 12 32 23
Octal 206 107 55 0 57 102 57 22 62 43
Binary 10000110 1000111 101101 0 101111 1000010 101111 10010 110010 100011

Color Harmonies of #86472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86472D

Black with #86472D

Text Example


Text Example

White with #86472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86472D; }

 p { color: rgb(134,71,45); }

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

background-color css

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

 a { background-color: rgb(134,71,45); }

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

border-color css

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

 span { border-color: rgb(134,71,45); }

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