#84452F

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

Shades of Paarl #84452F

Tints of Paarl #84452F

Color information

#84452F (or 0x84452F) is unknown color: approx Paarl. HEX triplet: 84, 45 and 2F. RGB value is (132,69,47). Sum of RGB (Red+Green+Blue) = 132+69+47=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84452F is #7BBAD0. Grayscale: #555555. Windows color (decimal): -8108753 or 3097988. OLE color: 3097988.

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

Color convert

RGB1326947-
CMYK00.480.640.48
HSL15.53º47.49%35.1%-
HSV(B)15.53º64.39%51.76%-
XYZ12.169.373.86-
YUV85.33106.37161.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=53.23%
G=27.82%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132694700.480.640.4815.5347.4935.1
Hex84452F0304030102f23
Octal2041055706010060205743
Binary1000010010001011011110110000100000011000010000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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