#84472D

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

Shades of Paarl #84472D

Tints of Paarl #84472D

Color information

#84472D (or 0x84472D) is unknown color: approx Paarl. HEX triplet: 84, 47 and 2D. RGB value is (132,71,45). Sum of RGB (Red+Green+Blue) = 132+71+45=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84472D is #7BB8D2. Grayscale: #565656. Windows color (decimal): -8108243 or 2967428. OLE color: 2967428.

HSL color Cylindrical-coordinate representation of color #84472D: hue angle of 17.93º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84472D is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1327145-
CMYK00.460.660.48
HSL17.93º49.15%34.71%-
HSV(B)17.93º65.91%51.76%-
XYZ12.249.63.69-
YUV86.28104.71160.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=53.23%
G=28.63%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132714500.460.660.4817.9349.1534.71
Hex84472D02E4230123123
Octal2041075505610260226143
Binary1000010010001111011010101110100001011000010010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84472D; }

 p { color: rgb(132,71,45); }

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

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

 a { background-color: rgb(132,71,45); }

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

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

 span { border-color: rgb(132,71,45); }

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