#884932

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

Shades of Paarl #884932

Tints of Paarl #884932

Color information

#884932 (or 0x884932) is unknown color: approx Paarl. HEX triplet: 88, 49 and 32. RGB value is (136,73,50). Sum of RGB (Red+Green+Blue) = 136+73+50=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #884932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884932 is #77B6CD. Grayscale: #595959. Windows color (decimal): -7845582 or 3295624. OLE color: 3295624.

HSL color Cylindrical-coordinate representation of color #884932: hue angle of 16.05º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884932 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1367350-
CMYK00.460.630.47
HSL16.05º46.24%36.47%-
HSV(B)16.05º63.24%53.33%-
XYZ13.1110.234.3-
YUV89.22105.87161.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=52.51%
G=28.19%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136735000.460.630.4716.0546.2436.47
Hex88493202E3F2F102e24
Octal210111620567757205644
Binary100010001001001110010010111011111110111110000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884932; }

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

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

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

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

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

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

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

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