#824A34

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

Shades of Paarl #824A34

Tints of Paarl #824A34

Color information

#824A34 (or 0x824A34) is unknown color: approx Paarl. HEX triplet: 82, 4A and 34. RGB value is (130,74,52). Sum of RGB (Red+Green+Blue) = 130+74+52=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #824A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A34 is #7DB5CB. Grayscale: #585858. Windows color (decimal): -8238540 or 3426946. OLE color: 3426946.

HSL color Cylindrical-coordinate representation of color #824A34: hue angle of 16.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #824A34 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1307452-
CMYK00.430.600.49
HSL16.92º42.86%35.69%-
HSV(B)16.92º60%50.98%-
XYZ12.279.894.51-
YUV88.24107.55157.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 52 (20.70% from 255) = 20.31%
R=50.78%
G=28.91%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130745200.430.600.4916.9242.8635.69
Hex824A3402B3C31112b24
Octal202112640537461215344
Binary100000101001010110100010101111110011000110001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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