#84482F

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

Shades of Paarl #84482F

Tints of Paarl #84482F

Color information

#84482F (or 0x84482F) is unknown color: approx Paarl. HEX triplet: 84, 48 and 2F. RGB value is (132,72,47). Sum of RGB (Red+Green+Blue) = 132+72+47=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #84482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84482F is #7BB7D0. Grayscale: #575757. Windows color (decimal): -8107985 or 3098756. OLE color: 3098756.

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

Color convert

RGB1327247-
CMYK00.450.640.48
HSL17.65º47.49%35.1%-
HSV(B)17.65º64.39%51.76%-
XYZ12.359.753.92-
YUV87.09105.38160.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=52.59%
G=28.69%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132724700.450.640.4817.6547.4935.1
Hex84482F02D4030122f23
Octal2041105705510060225743
Binary1000010010010001011110101101100000011000010010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84482F; }

 p { color: rgb(132,72,47); }

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

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

 a { background-color: rgb(132,72,47); }

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

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

 span { border-color: rgb(132,72,47); }

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