#875035

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

Shades of Paarl #875035

Tints of Paarl #875035

Color information

#875035 (or 0x875035) is unknown color: approx Paarl. HEX triplet: 87, 50 and 35. RGB value is (135,80,53). Sum of RGB (Red+Green+Blue) = 135+80+53=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #875035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875035 is #78AFCA. Grayscale: #5D5D5D. Windows color (decimal): -7909323 or 3494023. OLE color: 3494023.

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

Color convert

RGB1358053-
CMYK00.410.610.47
HSL19.76º43.62%36.86%-
HSV(B)19.76º60.74%52.94%-
XYZ13.511.154.81-
YUV93.37105.22157.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.37%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 53 (21.09% from 255) = 19.78%
R=50.37%
G=29.85%
B=19.78%

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
Decimal135805300.410.610.4719.7643.6236.86
Hex8750350293D2F142c25
Octal207120650517557245445
Binary100001111010000110101010100111110110111110100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875035; }

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

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

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

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

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

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

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

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