Html Css Color HEX #874733 Paarl

📋 copy color: '#874733'

red 135 ◦ green 71 ◦ blue 51

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

Shades of Paarl #874733

Tints of Paarl #874733

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

 BLUE value IS 51 (20.31% from 255) = 19.84%

R = 52.53%
G = 27.63%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#874733 (or 0x874733) is known color: Paarl. HEX triplet: 87, 47 and 33. RGB value is (135,71,51). Sum of RGB (Red+Green+Blue) = 135+71+51=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #874733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874733 is #78B8CC. Grayscale: #585858. Windows color (decimal): -7911629 or 3360647. OLE color: 3360647.

HSL color Cylindrical-coordinate representation of color #874733: hue angle of 14.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #874733 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 71 51 -
CMYK 0 0.47 0.62 0.47
HSL 14.29º 0.45% 0.36% -
HSV(B) 14.29º 0.62% 0.53% -
XYZ 12.84 9.9 4.37 -
YUV 87.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 135 71 51 0 0.47 0.62 0.47 14.29 0.45 0.36
Hex 87 47 33 0 2F 3E 2F E 2D 24
Octal 207 107 63 0 57 76 57 16 55 44
Binary 10000111 1000111 110011 0 101111 111110 101111 1110 101101 100100

Color Harmonies of #874733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874733

Black with #874733

Text Example


Text Example

White with #874733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874733; }

 p { color: rgb(135,71,51); }

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

background-color css

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

 a { background-color: rgb(135,71,51); }

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

border-color css

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

 span { border-color: rgb(135,71,51); }

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