Html Css Color HEX #804931 Paarl

📋 copy color: '#804931'

red 128 ◦ green 73 ◦ blue 49

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

Shades of Paarl #804931

Tints of Paarl #804931

RGB

 RED value IS 128 (50.39% from 255) = 51.2%

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

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

R = 51.2%
G = 29.2%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#804931 (or 0x804931) is known color: Paarl. HEX triplet: 80, 49 and 31. RGB value is (128,73,49). Sum of RGB (Red+Green+Blue) = 128+73+49=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #804931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804931 is #7FB6CE. Grayscale: #565656. Windows color (decimal): -8369871 or 3230080. OLE color: 3230080.

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

Color convert

RGB 128 73 49 -
CMYK 0 0.43 0.62 0.50
HSL 18.23º 0.45% 0.35% -
HSV(B) 18.23º 0.62% 0.5% -
XYZ 11.84 9.58 4.13 -
YUV 86.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 128 73 49 0 0.43 0.62 0.50 18.23 0.45 0.35
Hex 80 49 31 0 2B 3E 32 12 2D 23
Octal 200 111 61 0 53 76 62 22 55 43
Binary 10000000 1001001 110001 0 101011 111110 110010 10010 101101 100011

Color Harmonies of #804931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804931

Black with #804931

Text Example


Text Example

White with #804931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804931; }

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

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

background-color css

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

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

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

border-color css

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

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

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