#875137

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

Shades of Paarl #875137

Tints of Paarl #875137

Color information

#875137 (or 0x875137) is unknown color: approx Paarl. HEX triplet: 87, 51 and 37. RGB value is (135,81,55). Sum of RGB (Red+Green+Blue) = 135+81+55=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #875137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875137 is #78AEC8. Grayscale: #5E5E5E. Windows color (decimal): -7909065 or 3625351. OLE color: 3625351.

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

Color convert

RGB1358155-
CMYK00.400.590.47
HSL19.5º42.11%37.25%-
HSV(B)19.5º59.26%52.94%-
XYZ13.6211.315.08-
YUV94.18105.89157.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.82%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 55 (21.88% from 255) = 20.30%
R=49.82%
G=29.89%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135815500.400.590.4719.542.1137.25
Hex8751370283B2F142a25
Octal207121670507357245245
Binary100001111010001110111010100011101110111110100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875137; }

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

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

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

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

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

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

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

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