Html Css Color HEX #875137 Paarl

📋 copy color: '#875137'

red 135 ◦ green 81 ◦ blue 55

#875137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paarl #875137

Tints of Paarl #875137

RGB

 RED value IS 135 (53.13% from 255) = 49.82%

 GREEN value IS 81 (32.03% from 255) = 29.89%

 BLUE value IS 55 (21.88% from 255) = 20.3%

R = 49.82%
G = 29.89%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#875137 (or 0x875137) is known color: 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

RGB 135 81 55 -
CMYK 0 0.40 0.59 0.47
HSL 19.5º 0.42% 0.37% -
HSV(B) 19.5º 0.59% 0.53% -
XYZ 13.62 11.31 5.08 -
YUV 94.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 135 81 55 0 0.40 0.59 0.47 19.5 0.42 0.37
Hex 87 51 37 0 28 3B 2F 14 2A 25
Octal 207 121 67 0 50 73 57 24 52 45
Binary 10000111 1010001 110111 0 101000 111011 101111 10100 101010 100101

Color Harmonies of #875137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875137

Black with #875137

Text Example


Text Example

White with #875137

Text Example


Text Example

HTML Codes & Css Web 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>