Html Css Color HEX #86462D Paarl

📋 copy color: '#86462D'

red 134 ◦ green 70 ◦ blue 45

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

Shades of Paarl #86462D

Tints of Paarl #86462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

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

R = 53.82%
G = 28.11%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86462D (or 0x86462D) is known color: Paarl. HEX triplet: 86, 46 and 2D. RGB value is (134,70,45). Sum of RGB (Red+Green+Blue) = 134+70+45=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86462D is #79B9D2. Grayscale: #565656. Windows color (decimal): -7977427 or 2967174. OLE color: 2967174.

HSL color Cylindrical-coordinate representation of color #86462D: hue angle of 16.85º 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 #86462D is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 70 45 -
CMYK 0 0.48 0.66 0.47
HSL 16.85º 0.5% 0.35% -
HSV(B) 16.85º 0.66% 0.53% -
XYZ 12.5 9.64 3.68 -
YUV 86.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 134 70 45 0 0.48 0.66 0.47 16.85 0.5 0.35
Hex 86 46 2D 0 30 42 2F 11 32 23
Octal 206 106 55 0 60 102 57 21 62 43
Binary 10000110 1000110 101101 0 110000 1000010 101111 10001 110010 100011

Color Harmonies of #86462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86462D

Black with #86462D

Text Example


Text Example

White with #86462D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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