#824A32

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

Shades of Paarl #824A32

Tints of Paarl #824A32

Color information

#824A32 (or 0x824A32) is unknown color: approx Paarl. HEX triplet: 82, 4A and 32. RGB value is (130,74,50). Sum of RGB (Red+Green+Blue) = 130+74+50=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #824A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A32 is #7DB5CD. Grayscale: #585858. Windows color (decimal): -8238542 or 3295874. OLE color: 3295874.

HSL color Cylindrical-coordinate representation of color #824A32: hue angle of 18º 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 #824A32 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1307450-
CMYK00.430.620.49
HSL18º44.44%35.29%-
HSV(B)18º61.54%50.98%-
XYZ12.239.874.28-
YUV88.01106.55157.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 50 (19.92% from 255) = 19.69%
R=51.18%
G=29.13%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130745000.430.620.491844.4435.29
Hex824A3202B3E31122c23
Octal202112620537661225443
Binary100000101001010110010010101111111011000110010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824A32; }

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

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

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

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

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

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

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

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