Html Css Color HEX #874937 Paarl

📋 copy color: '#874937'

red 135 ◦ green 73 ◦ blue 55

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

Shades of Paarl #874937

Tints of Paarl #874937

RGB

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

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

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

R = 51.33%
G = 27.76%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#874937 (or 0x874937) is known color: Paarl. HEX triplet: 87, 49 and 37. RGB value is (135,73,55). Sum of RGB (Red+Green+Blue) = 135+73+55=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #874937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874937 is #78B6C8. Grayscale: #595959. Windows color (decimal): -7911113 or 3623303. OLE color: 3623303.

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

Color convert

RGB 135 73 55 -
CMYK 0 0.46 0.59 0.47
HSL 13.5º 0.42% 0.37% -
HSV(B) 13.5º 0.59% 0.53% -
XYZ 13.06 10.19 4.89 -
YUV 89.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 135 73 55 0 0.46 0.59 0.47 13.5 0.42 0.37
Hex 87 49 37 0 2E 3B 2F E 2A 25
Octal 207 111 67 0 56 73 57 16 52 45
Binary 10000111 1001001 110111 0 101110 111011 101111 1110 101010 100101

Color Harmonies of #874937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874937

Black with #874937

Text Example


Text Example

White with #874937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874937; }

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

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

background-color css

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

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

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

border-color css

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

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

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