#864632

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

Shades of Paarl #864632

Tints of Paarl #864632

Color information

#864632 (or 0x864632) is unknown color: approx Paarl. HEX triplet: 86, 46 and 32. RGB value is (134,70,50). Sum of RGB (Red+Green+Blue) = 134+70+50=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #864632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864632 is #79B9CD. Grayscale: #575757. Windows color (decimal): -7977422 or 3294854. OLE color: 3294854.

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

Color convert

RGB1347050-
CMYK00.480.630.47
HSL14.29º45.65%36.08%-
HSV(B)14.29º62.69%52.55%-
XYZ12.69.684.22-
YUV86.86107.2161.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 50 (19.92% from 255) = 19.69%
R=52.76%
G=27.56%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134705000.480.630.4714.2945.6536.08
Hex8646320303F2Fe2e24
Octal206106620607757165644
Binary10000110100011011001001100001111111011111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864632; }

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

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

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

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

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

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

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

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