Html Css Color HEX #804932 Paarl

📋 copy color: '#804932'

red 128 ◦ green 73 ◦ blue 50

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

Shades of Paarl #804932

Tints of Paarl #804932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 51%
G = 29.08%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#804932 (or 0x804932) is known color: Paarl. HEX triplet: 80, 49 and 32. RGB value is (128,73,50). Sum of RGB (Red+Green+Blue) = 128+73+50=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #804932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804932 is #7FB6CD. Grayscale: #565656. Windows color (decimal): -8369870 or 3295616. OLE color: 3295616.

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

Color convert

RGB 128 73 50 -
CMYK 0 0.43 0.61 0.50
HSL 17.69º 0.44% 0.35% -
HSV(B) 17.69º 0.61% 0.5% -
XYZ 11.86 9.58 4.24 -
YUV 86.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 128 73 50 0 0.43 0.61 0.50 17.69 0.44 0.35
Hex 80 49 32 0 2B 3D 32 12 2C 23
Octal 200 111 62 0 53 75 62 22 54 43
Binary 10000000 1001001 110010 0 101011 111101 110010 10010 101100 100011

Color Harmonies of #804932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804932

Black with #804932

Text Example


Text Example

White with #804932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804932; }

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

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

background-color css

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

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

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

border-color css

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

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

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