Html Css Color HEX #874731 Paarl

📋 copy color: '#874731'

red 135 ◦ green 71 ◦ blue 49

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

Shades of Paarl #874731

Tints of Paarl #874731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.22%

R = 52.94%
G = 27.84%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#874731 (or 0x874731) is known color: Paarl. HEX triplet: 87, 47 and 31. RGB value is (135,71,49). Sum of RGB (Red+Green+Blue) = 135+71+49=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #874731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874731 is #78B8CE. Grayscale: #575757. Windows color (decimal): -7911631 or 3229575. OLE color: 3229575.

HSL color Cylindrical-coordinate representation of color #874731: hue angle of 15.35º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #874731 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 71 49 -
CMYK 0 0.47 0.64 0.47
HSL 15.35º 0.47% 0.36% -
HSV(B) 15.35º 0.64% 0.53% -
XYZ 12.8 9.88 4.14 -
YUV 87.63 106.2 161.79 -
System Red Green Blue C M Y K H S L
Decimal 135 71 49 0 0.47 0.64 0.47 15.35 0.47 0.36
Hex 87 47 31 0 2F 40 2F F 2F 24
Octal 207 107 61 0 57 100 57 17 57 44
Binary 10000111 1000111 110001 0 101111 1000000 101111 1111 101111 100100

Color Harmonies of #874731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874731

Black with #874731

Text Example


Text Example

White with #874731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874731; }

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

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

background-color css

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

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

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

border-color css

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

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

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