Html Css Color HEX #814731 Paarl

📋 copy color: '#814731'

red 129 ◦ green 71 ◦ blue 49

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

Shades of Paarl #814731

Tints of Paarl #814731

RGB

 RED value IS 129 (50.78% from 255) = 51.81%

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

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

R = 51.81%
G = 28.51%
B = 19.68%

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

#814731 (or 0x814731) is known color: Paarl. HEX triplet: 81, 47 and 31. RGB value is (129,71,49). Sum of RGB (Red+Green+Blue) = 129+71+49=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #814731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814731 is #7EB8CE. Grayscale: #555555. Windows color (decimal): -8304847 or 3229569. OLE color: 3229569.

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

Color convert

RGB 129 71 49 -
CMYK 0 0.45 0.62 0.49
HSL 16.5º 0.45% 0.35% -
HSV(B) 16.5º 0.62% 0.51% -
XYZ 11.86 9.4 4.09 -
YUV 85.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 129 71 49 0 0.45 0.62 0.49 16.5 0.45 0.35
Hex 81 47 31 0 2D 3E 31 10 2D 23
Octal 201 107 61 0 55 76 61 20 55 43
Binary 10000001 1000111 110001 0 101101 111110 110001 10000 101101 100011

Color Harmonies of #814731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814731

Black with #814731

Text Example


Text Example

White with #814731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814731; }

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

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

background-color css

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

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

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

border-color css

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

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

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