#884533

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

Shades of Paarl #884533

Tints of Paarl #884533

Color information

#884533 (or 0x884533) is unknown color: approx Paarl. HEX triplet: 88, 45 and 33. RGB value is (136,69,51). Sum of RGB (Red+Green+Blue) = 136+69+51=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #884533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884533 is #77BACC. Grayscale: #575757. Windows color (decimal): -7846605 or 3360136. OLE color: 3360136.

HSL color Cylindrical-coordinate representation of color #884533: hue angle of 12.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884533 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1366951-
CMYK00.490.620.47
HSL12.71º45.45%36.67%-
HSV(B)12.71º62.5%53.33%-
XYZ12.889.734.33-
YUV86.98107.7162.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=53.12%
G=26.95%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136695100.490.620.4712.7145.4536.67
Hex8845330313E2Fd2d25
Octal210105630617657155545
Binary10001000100010111001101100011111101011111101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884533; }

 p { color: rgb(136,69,51); }

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

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

 a { background-color: rgb(136,69,51); }

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

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

 span { border-color: rgb(136,69,51); }

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