Html Css Color HEX #874939 Paarl

📋 copy color: '#874939'

red 135 ◦ green 73 ◦ blue 57

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

Shades of Paarl #874939

Tints of Paarl #874939

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 50.94%
G = 27.55%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#874939 (or 0x874939) is known color: Paarl. HEX triplet: 87, 49 and 39. RGB value is (135,73,57). Sum of RGB (Red+Green+Blue) = 135+73+57=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #874939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874939 is #78B6C6. Grayscale: #595959. Windows color (decimal): -7911111 or 3754375. OLE color: 3754375.

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

Color convert

RGB 135 73 57 -
CMYK 0 0.46 0.58 0.47
HSL 12.31º 0.41% 0.38% -
HSV(B) 12.31º 0.58% 0.53% -
XYZ 13.11 10.21 5.15 -
YUV 89.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 135 73 57 0 0.46 0.58 0.47 12.31 0.41 0.38
Hex 87 49 39 0 2E 3A 2F C 29 26
Octal 207 111 71 0 56 72 57 14 51 46
Binary 10000111 1001001 111001 0 101110 111010 101111 1100 101001 100110

Color Harmonies of #874939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874939

Black with #874939

Text Example


Text Example

White with #874939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874939; }

 p { color: rgb(135,73,57); }

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

background-color css

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

 a { background-color: rgb(135,73,57); }

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

border-color css

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

 span { border-color: rgb(135,73,57); }

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