Html Css Color HEX #824731 Paarl

📋 copy color: '#824731'

red 130 ◦ green 71 ◦ blue 49

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

Shades of Paarl #824731

Tints of Paarl #824731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

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

R = 52%
G = 28.4%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#824731 (or 0x824731) is known color: Paarl. HEX triplet: 82, 47 and 31. RGB value is (130,71,49). Sum of RGB (Red+Green+Blue) = 130+71+49=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #824731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824731 is #7DB8CE. Grayscale: #565656. Windows color (decimal): -8239311 or 3229570. OLE color: 3229570.

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

Color convert

RGB 130 71 49 -
CMYK 0 0.45 0.62 0.49
HSL 16.3º 0.45% 0.35% -
HSV(B) 16.3º 0.62% 0.51% -
XYZ 12.01 9.47 4.1 -
YUV 86.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 130 71 49 0 0.45 0.62 0.49 16.3 0.45 0.35
Hex 82 47 31 0 2D 3E 31 10 2D 23
Octal 202 107 61 0 55 76 61 20 55 43
Binary 10000010 1000111 110001 0 101101 111110 110001 10000 101101 100011

Color Harmonies of #824731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824731

Black with #824731

Text Example


Text Example

White with #824731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824731; }

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

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

background-color css

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

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

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

border-color css

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

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

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