#864A30

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

Shades of Paarl #864A30

Tints of Paarl #864A30

Color information

#864A30 (or 0x864A30) is unknown color: approx Paarl. HEX triplet: 86, 4A and 30. RGB value is (134,74,48). Sum of RGB (Red+Green+Blue) = 134+74+48=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #864A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A30 is #79B5CF. Grayscale: #595959. Windows color (decimal): -7976400 or 3164806. OLE color: 3164806.

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

Color convert

RGB1347448-
CMYK00.450.640.47
HSL18.14º47.25%35.69%-
HSV(B)18.14º64.18%52.55%-
XYZ12.8110.184.09-
YUV88.98104.88160.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 48 (19.14% from 255) = 18.75%
R=52.34%
G=28.91%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134744800.450.640.4718.1447.2535.69
Hex864A3002D402F122f24
Octal2061126005510057225744
Binary1000011010010101100000101101100000010111110010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,74,48); }

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

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

 a { background-color: rgb(134,74,48); }

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

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

 span { border-color: rgb(134,74,48); }

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