#875235

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

Shades of Paarl #875235

Tints of Paarl #875235

Color information

#875235 (or 0x875235) is unknown color: approx Paarl. HEX triplet: 87, 52 and 35. RGB value is (135,82,53). Sum of RGB (Red+Green+Blue) = 135+82+53=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #875235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875235 is #78ADCA. Grayscale: #5E5E5E. Windows color (decimal): -7908811 or 3494535. OLE color: 3494535.

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

Color convert

RGB1358253-
CMYK00.390.610.47
HSL21.22º43.62%36.86%-
HSV(B)21.22º60.74%52.94%-
XYZ13.6511.444.86-
YUV94.54104.56156.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 53 (21.09% from 255) = 19.63%
R=50%
G=30.37%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135825300.390.610.4721.2243.6236.86
Hex8752350273D2F152c25
Octal207122650477557255445
Binary100001111010010110101010011111110110111110101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875235; }

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

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

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

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

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

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

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

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