#875037

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

Shades of Paarl #875037

Tints of Paarl #875037

Color information

#875037 (or 0x875037) is unknown color: approx Paarl. HEX triplet: 87, 50 and 37. RGB value is (135,80,55). Sum of RGB (Red+Green+Blue) = 135+80+55=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #875037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875037 is #78AFC8. Grayscale: #5D5D5D. Windows color (decimal): -7909321 or 3625095. OLE color: 3625095.

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

Color convert

RGB1358055-
CMYK00.410.590.47
HSL18.75º42.11%37.25%-
HSV(B)18.75º59.26%52.94%-
XYZ13.5511.165.06-
YUV93.59106.22157.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 55 (21.88% from 255) = 20.37%
R=50%
G=29.63%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135805500.410.590.4718.7542.1137.25
Hex8750370293B2F132a25
Octal207120670517357235245
Binary100001111010000110111010100111101110111110011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875037; }

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

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

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

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

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

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

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

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