#84442C

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

Shades of Paarl #84442C

Tints of Paarl #84442C

Color information

#84442C (or 0x84442C) is unknown color: approx Paarl. HEX triplet: 84, 44 and 2C. RGB value is (132,68,44). Sum of RGB (Red+Green+Blue) = 132+68+44=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84442C is #7BBBD3. Grayscale: #545454. Windows color (decimal): -8109012 or 2901124. OLE color: 2901124.

HSL color Cylindrical-coordinate representation of color #84442C: hue angle of 16.36º 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 #84442C is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1326844-
CMYK00.480.670.48
HSL16.36º50%34.51%-
HSV(B)16.36º66.67%51.76%-
XYZ12.049.223.53-
YUV84.4105.2161.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.10%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 44 (17.58% from 255) = 18.03%
R=54.10%
G=27.87%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132684400.480.670.4816.365034.51
Hex84442C0304330103223
Octal2041045406010360206243
Binary1000010010001001011000110000100001111000010000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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