#875135

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

Shades of Paarl #875135

Tints of Paarl #875135

Color information

#875135 (or 0x875135) is unknown color: approx Paarl. HEX triplet: 87, 51 and 35. RGB value is (135,81,53). Sum of RGB (Red+Green+Blue) = 135+81+53=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #875135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875135 is #78AECA. Grayscale: #5E5E5E. Windows color (decimal): -7909067 or 3494279. OLE color: 3494279.

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

Color convert

RGB1358153-
CMYK00.400.610.47
HSL20.49º43.62%36.86%-
HSV(B)20.49º60.74%52.94%-
XYZ13.5811.294.83-
YUV93.95104.89157.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=50.19%
G=30.11%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135815300.400.610.4720.4943.6236.86
Hex8751350283D2F142c25
Octal207121650507557245445
Binary100001111010001110101010100011110110111110100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875135; }

 p { color: rgb(135,81,53); }

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

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

 a { background-color: rgb(135,81,53); }

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

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

 span { border-color: rgb(135,81,53); }

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