#885035

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

Shades of Paarl #885035

Tints of Paarl #885035

Color information

#885035 (or 0x885035) is unknown color: approx Paarl. HEX triplet: 88, 50 and 35. RGB value is (136,80,53). Sum of RGB (Red+Green+Blue) = 136+80+53=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #885035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885035 is #77AFCA. Grayscale: #5D5D5D. Windows color (decimal): -7843787 or 3494024. OLE color: 3494024.

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

Color convert

RGB1368053-
CMYK00.410.610.47
HSL19.52º43.92%37.06%-
HSV(B)19.52º61.03%53.33%-
XYZ13.6611.234.82-
YUV93.67105.05158.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=50.56%
G=29.74%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136805300.410.610.4719.5243.9237.06
Hex8850350293D2F142c25
Octal210120650517557245445
Binary100010001010000110101010100111110110111110100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885035; }

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

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

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

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

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

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

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

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