#885136

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

Shades of Paarl #885136

Tints of Paarl #885136

Color information

#885136 (or 0x885136) is unknown color: approx Paarl. HEX triplet: 88, 51 and 36. RGB value is (136,81,54). Sum of RGB (Red+Green+Blue) = 136+81+54=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #885136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885136 is #77AEC9. Grayscale: #5E5E5E. Windows color (decimal): -7843530 or 3559816. OLE color: 3559816.

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

Color convert

RGB1368154-
CMYK00.400.600.47
HSL19.76º43.16%37.25%-
HSV(B)19.76º60.29%53.33%-
XYZ13.7611.394.96-
YUV94.37105.22157.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 54 (21.48% from 255) = 19.93%
R=50.18%
G=29.89%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136815400.400.600.4719.7643.1637.25
Hex8851360283C2F142b25
Octal210121660507457245345
Binary100010001010001110110010100011110010111110100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885136; }

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

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

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

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

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

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

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

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