#824935

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

Shades of Paarl #824935

Tints of Paarl #824935

Color information

#824935 (or 0x824935) is unknown color: approx Paarl. HEX triplet: 82, 49 and 35. RGB value is (130,73,53). Sum of RGB (Red+Green+Blue) = 130+73+53=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #824935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824935 is #7DB6CA. Grayscale: #575757. Windows color (decimal): -8238795 or 3492226. OLE color: 3492226.

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

Color convert

RGB1307353-
CMYK00.440.590.49
HSL15.58º42.08%35.88%-
HSV(B)15.58º59.23%50.98%-
XYZ12.239.774.61-
YUV87.76108.38158.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=50.78%
G=28.52%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130735300.440.590.4915.5842.0835.88
Hex82493502C3B31102a24
Octal202111650547361205244
Binary100000101001001110101010110011101111000110000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824935; }

 p { color: rgb(130,73,53); }

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

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

 a { background-color: rgb(130,73,53); }

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

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

 span { border-color: rgb(130,73,53); }

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