#86462F

Color #86462F Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #86462F

Tints of Paarl #86462F

Color information

#86462F (or 0x86462F) is unknown color: approx Paarl. HEX triplet: 86, 46 and 2F. RGB value is (134,70,47). Sum of RGB (Red+Green+Blue) = 134+70+47=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #86462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86462F is #79B9D0. Grayscale: #565656. Windows color (decimal): -7977425 or 3098246. OLE color: 3098246.

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

Color convert

RGB1347047-
CMYK00.480.650.47
HSL15.86º48.07%35.49%-
HSV(B)15.86º64.93%52.55%-
XYZ12.539.653.89-
YUV86.51105.7161.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=53.39%
G=27.89%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134704700.480.650.4715.8648.0735.49
Hex86462F030412F103023
Octal2061065706010157206043
Binary1000011010001101011110110000100000110111110000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86462F;
 }
 .AnyTagClassName
 {
   color: #86462F;
 }
</style>
background-color css

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

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

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

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

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

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