#824733

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

Shades of Paarl #824733

Tints of Paarl #824733

Color information

#824733 (or 0x824733) is unknown color: approx Paarl. HEX triplet: 82, 47 and 33. RGB value is (130,71,51). Sum of RGB (Red+Green+Blue) = 130+71+51=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #824733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824733 is #7DB8CC. Grayscale: #565656. Windows color (decimal): -8239309 or 3360642. OLE color: 3360642.

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

Color convert

RGB1307151-
CMYK00.450.610.49
HSL15.19º43.65%35.49%-
HSV(B)15.19º60.77%50.98%-
XYZ12.069.494.33-
YUV86.36108.05159.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=51.59%
G=28.17%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130715100.450.610.4915.1943.6535.49
Hex82473302D3D31f2c23
Octal202107630557561175443
Binary10000010100011111001101011011111011100011111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824733; }

 p { color: rgb(130,71,51); }

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

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

 a { background-color: rgb(130,71,51); }

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

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

 span { border-color: rgb(130,71,51); }

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