#824A36

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

Shades of Paarl #824A36

Tints of Paarl #824A36

Color information

#824A36 (or 0x824A36) is unknown color: approx Paarl. HEX triplet: 82, 4A and 36. RGB value is (130,74,54). Sum of RGB (Red+Green+Blue) = 130+74+54=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #824A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A36 is #7DB5C9. Grayscale: #585858. Windows color (decimal): -8238538 or 3558018. OLE color: 3558018.

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

Color convert

RGB1307454-
CMYK00.430.580.49
HSL15.79º41.3%36.08%-
HSV(B)15.79º58.46%50.98%-
XYZ12.329.914.75-
YUV88.46108.55157.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 74 (29.30% from 255) = 28.68%
BLUE value IS 54 (21.48% from 255) = 20.93%
R=50.39%
G=28.68%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130745400.430.580.4915.7941.336.08
Hex824A3602B3A31102924
Octal202112660537261205144
Binary100000101001010110110010101111101011000110000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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