#824A33

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

Shades of Paarl #824A33

Tints of Paarl #824A33

Color information

#824A33 (or 0x824A33) is unknown color: approx Paarl. HEX triplet: 82, 4A and 33. RGB value is (130,74,51). Sum of RGB (Red+Green+Blue) = 130+74+51=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #824A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A33 is #7DB5CC. Grayscale: #585858. Windows color (decimal): -8238541 or 3361410. OLE color: 3361410.

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

Color convert

RGB1307451-
CMYK00.430.610.49
HSL17.47º43.65%35.49%-
HSV(B)17.47º60.77%50.98%-
XYZ12.259.884.39-
YUV88.12107.05157.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.98%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 51 (20.31% from 255) = 20%
R=50.98%
G=29.02%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130745100.430.610.4917.4743.6535.49
Hex824A3302B3D31112c23
Octal202112630537561215443
Binary100000101001010110011010101111110111000110001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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