Html Css Color HEX #874735 Paarl

📋 copy color: '#874735'

red 135 ◦ green 71 ◦ blue 53

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

Shades of Paarl #874735

Tints of Paarl #874735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.41%

 BLUE value IS 53 (21.09% from 255) = 20.46%

R = 52.12%
G = 27.41%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#874735 (or 0x874735) is known color: Paarl. HEX triplet: 87, 47 and 35. RGB value is (135,71,53). Sum of RGB (Red+Green+Blue) = 135+71+53=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #874735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874735 is #78B8CA. Grayscale: #585858. Windows color (decimal): -7911627 or 3491719. OLE color: 3491719.

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

Color convert

RGB 135 71 53 -
CMYK 0 0.47 0.61 0.47
HSL 13.17º 0.44% 0.37% -
HSV(B) 13.17º 0.61% 0.53% -
XYZ 12.89 9.91 4.6 -
YUV 88.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 135 71 53 0 0.47 0.61 0.47 13.17 0.44 0.37
Hex 87 47 35 0 2F 3D 2F D 2C 25
Octal 207 107 65 0 57 75 57 15 54 45
Binary 10000111 1000111 110101 0 101111 111101 101111 1101 101100 100101

Color Harmonies of #874735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874735

Black with #874735

Text Example


Text Example

White with #874735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874735; }

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

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

background-color css

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

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

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

border-color css

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

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

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