Html Css Color HEX #874535 Paarl

📋 copy color: '#874535'

red 135 ◦ green 69 ◦ blue 53

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

Shades of Paarl #874535

Tints of Paarl #874535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

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

R = 52.53%
G = 26.85%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#874535 (or 0x874535) is known color: Paarl. HEX triplet: 87, 45 and 35. RGB value is (135,69,53). Sum of RGB (Red+Green+Blue) = 135+69+53=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #874535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874535 is #78BACA. Grayscale: #575757. Windows color (decimal): -7912139 or 3491207. OLE color: 3491207.

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

Color convert

RGB 135 69 53 -
CMYK 0 0.49 0.61 0.47
HSL 11.71º 0.44% 0.37% -
HSV(B) 11.71º 0.61% 0.53% -
XYZ 12.76 9.66 4.56 -
YUV 86.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 135 69 53 0 0.49 0.61 0.47 11.71 0.44 0.37
Hex 87 45 35 0 31 3D 2F C 2C 25
Octal 207 105 65 0 61 75 57 14 54 45
Binary 10000111 1000101 110101 0 110001 111101 101111 1100 101100 100101

Color Harmonies of #874535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874535

Black with #874535

Text Example


Text Example

White with #874535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874535; }

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

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

background-color css

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

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

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

border-color css

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

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

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