#84452D

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

Shades of Paarl #84452D

Tints of Paarl #84452D

Color information

#84452D (or 0x84452D) is unknown color: approx Paarl. HEX triplet: 84, 45 and 2D. RGB value is (132,69,45). Sum of RGB (Red+Green+Blue) = 132+69+45=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84452D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84452D is #7BBAD2. Grayscale: #555555. Windows color (decimal): -8108755 or 2966916. OLE color: 2966916.

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

Color convert

RGB1326945-
CMYK00.480.660.48
HSL16.55º49.15%34.71%-
HSV(B)16.55º65.91%51.76%-
XYZ12.129.353.65-
YUV85.1105.37161.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=53.66%
G=28.05%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132694500.480.660.4816.5549.1534.71
Hex84452D0304230113123
Octal2041055506010260216143
Binary1000010010001011011010110000100001011000010001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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