Html Css Color HEX #824931 Paarl

📋 copy color: '#824931'

red 130 ◦ green 73 ◦ blue 49

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

Shades of Paarl #824931

Tints of Paarl #824931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.44%

R = 51.59%
G = 28.97%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#824931 (or 0x824931) is known color: Paarl. HEX triplet: 82, 49 and 31. RGB value is (130,73,49). Sum of RGB (Red+Green+Blue) = 130+73+49=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #824931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824931 is #7DB6CE. Grayscale: #575757. Windows color (decimal): -8238799 or 3230082. OLE color: 3230082.

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

Color convert

RGB 130 73 49 -
CMYK 0 0.44 0.62 0.49
HSL 17.78º 0.45% 0.35% -
HSV(B) 17.78º 0.62% 0.51% -
XYZ 12.14 9.73 4.14 -
YUV 87.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 130 73 49 0 0.44 0.62 0.49 17.78 0.45 0.35
Hex 82 49 31 0 2C 3E 31 12 2D 23
Octal 202 111 61 0 54 76 61 22 55 43
Binary 10000010 1001001 110001 0 101100 111110 110001 10010 101101 100011

Color Harmonies of #824931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824931

Black with #824931

Text Example


Text Example

White with #824931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824931; }

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

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

background-color css

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

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

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

border-color css

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

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

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