#884636

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

Shades of Paarl #884636

Tints of Paarl #884636

Color information

#884636 (or 0x884636) is unknown color: approx Paarl. HEX triplet: 88, 46 and 36. RGB value is (136,70,54). Sum of RGB (Red+Green+Blue) = 136+70+54=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #884636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884636 is #77B9C9. Grayscale: #585858. Windows color (decimal): -7846346 or 3557000. OLE color: 3557000.

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

Color convert

RGB1367054-
CMYK00.490.600.47
HSL11.71º43.16%37.25%-
HSV(B)11.71º60.29%53.33%-
XYZ13.019.884.71-
YUV87.91108.87162.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 54 (21.48% from 255) = 20.77%
R=52.31%
G=26.92%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136705400.490.600.4711.7143.1637.25
Hex8846360313C2Fc2b25
Octal210106660617457145345
Binary10001000100011011011001100011111001011111100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884636; }

 p { color: rgb(136,70,54); }

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

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

 a { background-color: rgb(136,70,54); }

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

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

 span { border-color: rgb(136,70,54); }

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