Html Css Color HEX #824934 Paarl

📋 copy color: '#824934'

red 130 ◦ green 73 ◦ blue 52

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

Shades of Paarl #824934

Tints of Paarl #824934

RGB

 RED value IS 130 (51.17% from 255) = 50.98%

 GREEN value IS 73 (28.91% from 255) = 28.63%

 BLUE value IS 52 (20.7% from 255) = 20.39%

R = 50.98%
G = 28.63%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#824934 (or 0x824934) is known color: Paarl. HEX triplet: 82, 49 and 34. RGB value is (130,73,52). Sum of RGB (Red+Green+Blue) = 130+73+52=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #824934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824934 is #7DB6CB. Grayscale: #575757. Windows color (decimal): -8238796 or 3426690. OLE color: 3426690.

HSL color Cylindrical-coordinate representation of color #824934: hue angle of 16.15º 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 #824934 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 52 -
CMYK 0 0.44 0.60 0.49
HSL 16.15º 0.43% 0.36% -
HSV(B) 16.15º 0.6% 0.51% -
XYZ 12.21 9.76 4.49 -
YUV 87.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 130 73 52 0 0.44 0.60 0.49 16.15 0.43 0.36
Hex 82 49 34 0 2C 3C 31 10 2B 24
Octal 202 111 64 0 54 74 61 20 53 44
Binary 10000010 1001001 110100 0 101100 111100 110001 10000 101011 100100

Color Harmonies of #824934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824934

Black with #824934

Text Example


Text Example

White with #824934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824934; }

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

 H1.HeaderClassName
 {
   color: #824934;
 }
 .AnyTagClassName
 {
   color: #824934;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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