#844932

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

Shades of Paarl #844932

Tints of Paarl #844932

Color information

#844932 (or 0x844932) is unknown color: approx Paarl. HEX triplet: 84, 49 and 32. RGB value is (132,73,50). Sum of RGB (Red+Green+Blue) = 132+73+50=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #844932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844932 is #7BB6CD. Grayscale: #585858. Windows color (decimal): -8107726 or 3295620. OLE color: 3295620.

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

Color convert

RGB1327350-
CMYK00.450.620.48
HSL16.83º45.05%35.69%-
HSV(B)16.83º62.12%51.76%-
XYZ12.479.94.27-
YUV88.02106.55159.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.76%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 50 (19.92% from 255) = 19.61%
R=51.76%
G=28.63%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132735000.450.620.4816.8345.0535.69
Hex84493202D3E30112d24
Octal204111620557660215544
Binary100001001001001110010010110111111011000010001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844932; }

 p { color: rgb(132,73,50); }

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

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

 a { background-color: rgb(132,73,50); }

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

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

 span { border-color: rgb(132,73,50); }

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