Html Css Color HEX #875134 Paarl

📋 copy color: '#875134'

red 135 ◦ green 81 ◦ blue 52

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

Shades of Paarl #875134

Tints of Paarl #875134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 50.37%
G = 30.22%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#875134 (or 0x875134) is known color: Paarl. HEX triplet: 87, 51 and 34. RGB value is (135,81,52). Sum of RGB (Red+Green+Blue) = 135+81+52=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #875134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875134 is #78AECB. Grayscale: #5E5E5E. Windows color (decimal): -7909068 or 3428743. OLE color: 3428743.

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

Color convert

RGB 135 81 52 -
CMYK 0 0.40 0.61 0.47
HSL 20.96º 0.44% 0.37% -
HSV(B) 20.96º 0.61% 0.53% -
XYZ 13.55 11.28 4.71 -
YUV 93.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 135 81 52 0 0.40 0.61 0.47 20.96 0.44 0.37
Hex 87 51 34 0 28 3D 2F 15 2C 25
Octal 207 121 64 0 50 75 57 25 54 45
Binary 10000111 1010001 110100 0 101000 111101 101111 10101 101100 100101

Color Harmonies of #875134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875134

Black with #875134

Text Example


Text Example

White with #875134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875134; }

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

 H1.HeaderClassName
 {
   color: #875134;
 }
 .AnyTagClassName
 {
   color: #875134;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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