#814932

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

Shades of Paarl #814932

Tints of Paarl #814932

Color information

#814932 (or 0x814932) is unknown color: approx Paarl. HEX triplet: 81, 49 and 32. RGB value is (129,73,50). Sum of RGB (Red+Green+Blue) = 129+73+50=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #814932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814932 is #7EB6CD. Grayscale: #575757. Windows color (decimal): -8304334 or 3295617. OLE color: 3295617.

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

Color convert

RGB1297350-
CMYK00.430.610.49
HSL17.47º44.13%35.1%-
HSV(B)17.47º61.24%50.59%-
XYZ12.019.664.25-
YUV87.12107.05157.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.19%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=51.19%
G=28.97%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129735000.430.610.4917.4744.1335.1
Hex81493202B3D31112c23
Octal201111620537561215443
Binary100000011001001110010010101111110111000110001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814932; }

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

 H1.HeaderClassName
 {
   color: #814932;
 }
 .AnyTagClassName
 {
   color: #814932;
 }
</style>
background-color css

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

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

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

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

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

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