Html Css Color HEX #824631 Paarl

📋 copy color: '#824631'

red 130 ◦ green 70 ◦ blue 49

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

Shades of Paarl #824631

Tints of Paarl #824631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

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

R = 52.21%
G = 28.11%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#824631 (or 0x824631) is known color: Paarl. HEX triplet: 82, 46 and 31. RGB value is (130,70,49). Sum of RGB (Red+Green+Blue) = 130+70+49=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #824631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824631 is #7DB9CE. Grayscale: #555555. Windows color (decimal): -8239567 or 3229314. OLE color: 3229314.

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

Color convert

RGB 130 70 49 -
CMYK 0 0.46 0.62 0.49
HSL 15.56º 0.45% 0.35% -
HSV(B) 15.56º 0.62% 0.51% -
XYZ 11.95 9.35 4.08 -
YUV 85.55 107.38 159.71 -
System Red Green Blue C M Y K H S L
Decimal 130 70 49 0 0.46 0.62 0.49 15.56 0.45 0.35
Hex 82 46 31 0 2E 3E 31 10 2D 23
Octal 202 106 61 0 56 76 61 20 55 43
Binary 10000010 1000110 110001 0 101110 111110 110001 10000 101101 100011

Color Harmonies of #824631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824631

Black with #824631

Text Example


Text Example

White with #824631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824631; }

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

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

background-color css

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

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

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

border-color css

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

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

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