Html Css Color HEX #874934 Paarl

📋 copy color: '#874934'

red 135 ◦ green 73 ◦ blue 52

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

Shades of Paarl #874934

Tints of Paarl #874934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20%

R = 51.92%
G = 28.08%
B = 20%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#874934 (or 0x874934) is known color: Paarl. HEX triplet: 87, 49 and 34. RGB value is (135,73,52). Sum of RGB (Red+Green+Blue) = 135+73+52=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #874934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874934 is #78B6CB. Grayscale: #595959. Windows color (decimal): -7911116 or 3426695. OLE color: 3426695.

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

Color convert

RGB 135 73 52 -
CMYK 0 0.46 0.61 0.47
HSL 15.18º 0.44% 0.37% -
HSV(B) 15.18º 0.61% 0.53% -
XYZ 12.99 10.16 4.53 -
YUV 89.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 135 73 52 0 0.46 0.61 0.47 15.18 0.44 0.37
Hex 87 49 34 0 2E 3D 2F F 2C 25
Octal 207 111 64 0 56 75 57 17 54 45
Binary 10000111 1001001 110100 0 101110 111101 101111 1111 101100 100101

Color Harmonies of #874934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874934

Black with #874934

Text Example


Text Example

White with #874934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874934; }

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

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

background-color css

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

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

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

border-color css

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

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

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