#844931

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

Shades of Paarl #844931

Tints of Paarl #844931

Color information

#844931 (or 0x844931) is unknown color: approx Paarl. HEX triplet: 84, 49 and 31. RGB value is (132,73,49). Sum of RGB (Red+Green+Blue) = 132+73+49=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #844931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844931 is #7BB6CE. Grayscale: #585858. Windows color (decimal): -8107727 or 3230084. OLE color: 3230084.

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

Color convert

RGB1327349-
CMYK00.450.630.48
HSL17.35º45.86%35.49%-
HSV(B)17.35º62.88%51.76%-
XYZ12.459.894.16-
YUV87.9106.05159.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.97%
GREEN value IS 73 (28.91% from 255) = 28.74%
BLUE value IS 49 (19.53% from 255) = 19.29%
R=51.97%
G=28.74%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132734900.450.630.4817.3545.8635.49
Hex84493102D3F30112e23
Octal204111610557760215643
Binary100001001001001110001010110111111111000010001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844931; }

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

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

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

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

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

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

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

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