#884D32

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

Shades of Paarl #884D32

Tints of Paarl #884D32

Color information

#884D32 (or 0x884D32) is unknown color: approx Paarl. HEX triplet: 88, 4D and 32. RGB value is (136,77,50). Sum of RGB (Red+Green+Blue) = 136+77+50=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #884D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D32 is #77B2CD. Grayscale: #5B5B5B. Windows color (decimal): -7844558 or 3296648. OLE color: 3296648.

HSL color Cylindrical-coordinate representation of color #884D32: hue angle of 18.84º 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 #884D32 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1367750-
CMYK00.430.630.47
HSL18.84º46.24%36.47%-
HSV(B)18.84º63.24%53.33%-
XYZ13.3810.774.39-
YUV91.56104.55159.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 50 (19.92% from 255) = 19.01%
R=51.71%
G=29.28%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136775000.430.630.4718.8446.2436.47
Hex884D3202B3F2F132e24
Octal210115620537757235644
Binary100010001001101110010010101111111110111110011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884D32; }

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

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

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

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

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

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

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

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