Html Css Color HEX #874635 Paarl

📋 copy color: '#874635'

red 135 ◦ green 70 ◦ blue 53

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

Shades of Paarl #874635

Tints of Paarl #874635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

 BLUE value IS 53 (21.09% from 255) = 20.54%

R = 52.33%
G = 27.13%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#874635 (or 0x874635) is known color: Paarl. HEX triplet: 87, 46 and 35. RGB value is (135,70,53). Sum of RGB (Red+Green+Blue) = 135+70+53=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #874635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874635 is #78B9CA. Grayscale: #575757. Windows color (decimal): -7911883 or 3491463. OLE color: 3491463.

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

Color convert

RGB 135 70 53 -
CMYK 0 0.48 0.61 0.47
HSL 12.44º 0.44% 0.37% -
HSV(B) 12.44º 0.61% 0.53% -
XYZ 12.82 9.79 4.58 -
YUV 87.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 135 70 53 0 0.48 0.61 0.47 12.44 0.44 0.37
Hex 87 46 35 0 30 3D 2F C 2C 25
Octal 207 106 65 0 60 75 57 14 54 45
Binary 10000111 1000110 110101 0 110000 111101 101111 1100 101100 100101

Color Harmonies of #874635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874635

Black with #874635

Text Example


Text Example

White with #874635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874635; }

 p { color: rgb(135,70,53); }

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

background-color css

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

 a { background-color: rgb(135,70,53); }

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

border-color css

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

 span { border-color: rgb(135,70,53); }

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