#864830

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

Shades of Paarl #864830

Tints of Paarl #864830

Color information

#864830 (or 0x864830) is unknown color: approx Paarl. HEX triplet: 86, 48 and 30. RGB value is (134,72,48). Sum of RGB (Red+Green+Blue) = 134+72+48=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #864830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864830 is #79B7CF. Grayscale: #575757. Windows color (decimal): -7976912 or 3164294. OLE color: 3164294.

HSL color Cylindrical-coordinate representation of color #864830: hue angle of 16.74º 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 #864830 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1347248-
CMYK00.460.640.47
HSL16.74º47.25%35.69%-
HSV(B)16.74º64.18%52.55%-
XYZ12.689.924.04-
YUV87.8105.54160.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 72 (28.52% from 255) = 28.35%
BLUE value IS 48 (19.14% from 255) = 18.90%
R=52.76%
G=28.35%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134724800.460.640.4716.7447.2535.69
Hex86483002E402F112f24
Octal2061106005610057215744
Binary1000011010010001100000101110100000010111110001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864830; }

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

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

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

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

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

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

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

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