#84462C

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

Shades of Paarl #84462C

Tints of Paarl #84462C

Color information

#84462C (or 0x84462C) is unknown color: approx Paarl. HEX triplet: 84, 46 and 2C. RGB value is (132,70,44). Sum of RGB (Red+Green+Blue) = 132+70+44=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84462C is #7BB9D3. Grayscale: #555555. Windows color (decimal): -8108500 or 2901636. OLE color: 2901636.

HSL color Cylindrical-coordinate representation of color #84462C: hue angle of 17.73º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84462C is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1327044-
CMYK00.470.670.48
HSL17.73º50%34.51%-
HSV(B)17.73º66.67%51.76%-
XYZ12.169.473.57-
YUV85.57104.54161.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 70 (27.73% from 255) = 28.46%
BLUE value IS 44 (17.58% from 255) = 17.89%
R=53.66%
G=28.46%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132704400.470.670.4817.735034.51
Hex84462C02F4330123223
Octal2041065405710360226243
Binary1000010010001101011000101111100001111000010010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84462C; }

 p { color: rgb(132,70,44); }

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

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

 a { background-color: rgb(132,70,44); }

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

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

 span { border-color: rgb(132,70,44); }

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