Html Css Color HEX #824935 Paarl

📋 copy color: '#824935'

red 130 ◦ green 73 ◦ blue 53

#824935
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paarl #824935

Tints of Paarl #824935

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.7%

R = 50.78%
G = 28.52%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#824935 (or 0x824935) is known color: 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

RGB 130 73 53 -
CMYK 0 0.44 0.59 0.49
HSL 15.58º 0.42% 0.36% -
HSV(B) 15.58º 0.59% 0.51% -
XYZ 12.23 9.77 4.61 -
YUV 87.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 130 73 53 0 0.44 0.59 0.49 15.58 0.42 0.36
Hex 82 49 35 0 2C 3B 31 10 2A 24
Octal 202 111 65 0 54 73 61 20 52 44
Binary 10000010 1001001 110101 0 101100 111011 110001 10000 101010 100100

Color Harmonies of #824935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824935

Black with #824935

Text Example


Text Example

White with #824935

Text Example


Text Example

HTML Codes & Css Web 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>