#804932

Color #804932 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #804932

Tints of Paarl #804932

Color information

#804932 (or 0x804932) is unknown color: approx 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

RGB1287350-
CMYK00.430.610.50
HSL17.69º43.82%34.9%-
HSV(B)17.69º60.94%50.2%-
XYZ11.869.584.24-
YUV86.82107.22157.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.00%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=51.00%
G=29.08%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128735000.430.610.5017.6943.8234.9
Hex80493202B3D32122c23
Octal200111620537562225443
Binary100000001001001110010010101111110111001010010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>