#824836

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

Shades of Paarl #824836

Tints of Paarl #824836

Color information

#824836 (or 0x824836) is unknown color: approx Paarl. HEX triplet: 82, 48 and 36. RGB value is (130,72,54). Sum of RGB (Red+Green+Blue) = 130+72+54=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #824836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824836 is #7DB7C9. Grayscale: #575757. Windows color (decimal): -8239050 or 3557506. OLE color: 3557506.

HSL color Cylindrical-coordinate representation of color #824836: hue angle of 14.21º 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 #824836 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1307254-
CMYK00.450.580.49
HSL14.21º41.3%36.08%-
HSV(B)14.21º58.46%50.98%-
XYZ12.199.654.71-
YUV87.29109.22158.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=50.78%
G=28.12%
B=21.09%

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
Decimal130725400.450.580.4914.2141.336.08
Hex82483602D3A31e2924
Octal202110660557261165144
Binary10000010100100011011001011011110101100011110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824836; }

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

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

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

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

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

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

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

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