#885039

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

Shades of Paarl #885039

Tints of Paarl #885039

Color information

#885039 (or 0x885039) is unknown color: approx Paarl. HEX triplet: 88, 50 and 39. RGB value is (136,80,57). Sum of RGB (Red+Green+Blue) = 136+80+57=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #885039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885039 is #77AFC6. Grayscale: #5E5E5E. Windows color (decimal): -7843783 or 3756168. OLE color: 3756168.

HSL color Cylindrical-coordinate representation of color #885039: hue angle of 17.47º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #885039 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1368057-
CMYK00.410.580.47
HSL17.47º40.93%37.84%-
HSV(B)17.47º58.09%53.33%-
XYZ13.7611.275.32-
YUV94.12107.05157.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 57 (22.66% from 255) = 20.88%
R=49.82%
G=29.30%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136805700.410.580.4717.4740.9337.84
Hex8850390293A2F112926
Octal210120710517257215146
Binary100010001010000111001010100111101010111110001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885039; }

 p { color: rgb(136,80,57); }

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

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

 a { background-color: rgb(136,80,57); }

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

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

 span { border-color: rgb(136,80,57); }

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