#824837

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

Shades of Paarl #824837

Tints of Paarl #824837

Color information

#824837 (or 0x824837) is unknown color: approx Paarl. HEX triplet: 82, 48 and 37. RGB value is (130,72,55). Sum of RGB (Red+Green+Blue) = 130+72+55=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #824837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824837 is #7DB7C8. Grayscale: #575757. Windows color (decimal): -8239049 or 3623042. OLE color: 3623042.

HSL color Cylindrical-coordinate representation of color #824837: hue angle of 13.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824837 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1307255-
CMYK00.450.580.49
HSL13.6º40.54%36.27%-
HSV(B)13.6º57.69%50.98%-
XYZ12.219.664.83-
YUV87.4109.72158.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 55 (21.88% from 255) = 21.40%
R=50.58%
G=28.02%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130725500.450.580.4913.640.5436.27
Hex82483702D3A31e2924
Octal202110670557261165144
Binary10000010100100011011101011011110101100011110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824837; }

 p { color: rgb(130,72,55); }

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

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

 a { background-color: rgb(130,72,55); }

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

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

 span { border-color: rgb(130,72,55); }

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