#864C3A

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

Shades of Paarl #864C3A

Tints of Paarl #864C3A

Color information

#864C3A (or 0x864C3A) is unknown color: approx Paarl. HEX triplet: 86, 4C and 3A. RGB value is (134,76,58). Sum of RGB (Red+Green+Blue) = 134+76+58=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #864C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C3A is #79B3C5. Grayscale: #5B5B5B. Windows color (decimal): -7975878 or 3820678. OLE color: 3820678.

HSL color Cylindrical-coordinate representation of color #864C3A: hue angle of 14.21º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #864C3A is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1347658-
CMYK00.430.570.47
HSL14.21º39.58%37.65%-
HSV(B)14.21º56.72%52.55%-
XYZ13.1810.545.34-
YUV91.29109.22158.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 28.36%
BLUE value IS 58 (23.05% from 255) = 21.64%
R=50%
G=28.36%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134765800.430.570.4714.2139.5837.65
Hex864C3A02B392Fe2826
Octal206114720537157165046
Binary10000110100110011101001010111110011011111110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864C3A; }

 p { color: rgb(134,76,58); }

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

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

 a { background-color: rgb(134,76,58); }

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

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

 span { border-color: rgb(134,76,58); }

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