#884432

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

Shades of Paarl #884432

Tints of Paarl #884432

Color information

#884432 (or 0x884432) is unknown color: approx Paarl. HEX triplet: 88, 44 and 32. RGB value is (136,68,50). Sum of RGB (Red+Green+Blue) = 136+68+50=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #884432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884432 is #77BBCD. Grayscale: #565656. Windows color (decimal): -7846862 or 3294344. OLE color: 3294344.

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

Color convert

RGB1366850-
CMYK00.500.630.47
HSL12.56º46.24%36.47%-
HSV(B)12.56º63.24%53.33%-
XYZ12.89.64.2-
YUV86.28107.53163.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 50 (19.92% from 255) = 19.69%
R=53.54%
G=26.77%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136685000.500.630.4712.5646.2436.47
Hex8844320323F2Fd2e24
Octal210104620627757155644
Binary10001000100010011001001100101111111011111101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884432; }

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

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

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

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

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

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

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

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