#824832

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

Shades of Paarl #824832

Tints of Paarl #824832

Color information

#824832 (or 0x824832) is unknown color: approx Paarl. HEX triplet: 82, 48 and 32. RGB value is (130,72,50). Sum of RGB (Red+Green+Blue) = 130+72+50=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #824832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824832 is #7DB7CD. Grayscale: #565656. Windows color (decimal): -8239054 or 3295362. OLE color: 3295362.

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

Color convert

RGB1307250-
CMYK00.450.620.49
HSL16.5º44.44%35.29%-
HSV(B)16.5º61.54%50.98%-
XYZ12.19.614.24-
YUV86.83107.22158.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=51.59%
G=28.57%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130725000.450.620.4916.544.4435.29
Hex82483202D3E31102c23
Octal202110620557661205443
Binary100000101001000110010010110111111011000110000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824832; }

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

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

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

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

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

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

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

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