#844935

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

Shades of Paarl #844935

Tints of Paarl #844935

Color information

#844935 (or 0x844935) is unknown color: approx Paarl. HEX triplet: 84, 49 and 35. RGB value is (132,73,53). Sum of RGB (Red+Green+Blue) = 132+73+53=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #844935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844935 is #7BB6CA. Grayscale: #585858. Windows color (decimal): -8107723 or 3492228. OLE color: 3492228.

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

Color convert

RGB1327353-
CMYK00.450.600.48
HSL15.19º42.7%36.27%-
HSV(B)15.19º59.85%51.76%-
XYZ12.549.934.62-
YUV88.36108.05159.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 53 (21.09% from 255) = 20.54%
R=51.16%
G=28.29%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132735300.450.600.4815.1942.736.27
Hex84493502D3C30f2b24
Octal204111650557460175344
Binary10000100100100111010101011011111001100001111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844935; }

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

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

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

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

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

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

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

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