Html Css Color HEX #874836 Paarl

📋 copy color: '#874836'

red 135 ◦ green 72 ◦ blue 54

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

Shades of Paarl #874836

Tints of Paarl #874836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.59%

 BLUE value IS 54 (21.48% from 255) = 20.69%

R = 51.72%
G = 27.59%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#874836 (or 0x874836) is known color: Paarl. HEX triplet: 87, 48 and 36. RGB value is (135,72,54). Sum of RGB (Red+Green+Blue) = 135+72+54=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #874836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874836 is #78B7C9. Grayscale: #585858. Windows color (decimal): -7911370 or 3557511. OLE color: 3557511.

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

Color convert

RGB 135 72 54 -
CMYK 0 0.47 0.60 0.47
HSL 13.33º 0.43% 0.37% -
HSV(B) 13.33º 0.6% 0.53% -
XYZ 12.97 10.05 4.75 -
YUV 88.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 135 72 54 0 0.47 0.60 0.47 13.33 0.43 0.37
Hex 87 48 36 0 2F 3C 2F D 2B 25
Octal 207 110 66 0 57 74 57 15 53 45
Binary 10000111 1001000 110110 0 101111 111100 101111 1101 101011 100101

Color Harmonies of #874836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874836

Black with #874836

Text Example


Text Example

White with #874836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874836; }

 p { color: rgb(135,72,54); }

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

background-color css

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

 a { background-color: rgb(135,72,54); }

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

border-color css

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

 span { border-color: rgb(135,72,54); }

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