Html Css Color HEX #874639 Paarl

📋 copy color: '#874639'

red 135 ◦ green 70 ◦ blue 57

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

Shades of Paarl #874639

Tints of Paarl #874639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.76%

R = 51.53%
G = 26.72%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#874639 (or 0x874639) is known color: Paarl. HEX triplet: 87, 46 and 39. RGB value is (135,70,57). Sum of RGB (Red+Green+Blue) = 135+70+57=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #874639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874639 is #78B9C6. Grayscale: #585858. Windows color (decimal): -7911879 or 3753607. OLE color: 3753607.

HSL color Cylindrical-coordinate representation of color #874639: hue angle of 10º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #874639 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 70 57 -
CMYK 0 0.48 0.58 0.47
HSL 10º 0.41% 0.38% -
HSV(B) 10º 0.58% 0.53% -
XYZ 12.92 9.83 5.09 -
YUV 87.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 135 70 57 0 0.48 0.58 0.47 10 0.41 0.38
Hex 87 46 39 0 30 3A 2F A 29 26
Octal 207 106 71 0 60 72 57 12 51 46
Binary 10000111 1000110 111001 0 110000 111010 101111 1010 101001 100110

Color Harmonies of #874639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874639

Black with #874639

Text Example


Text Example

White with #874639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874639; }

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

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

background-color css

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

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

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

border-color css

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

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

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